An open API service indexing awesome lists of open source software.

https://github.com/akretion/odoo-perf

Modules that improve odoo performance
https://github.com/akretion/odoo-perf

Last synced: 3 months ago
JSON representation

Modules that improve odoo performance

Awesome Lists containing this project

README

          

[![Pre-commit Status](https://github.com/akretion/odoo-perf/actions/workflows/pre-commit.yml/badge.svg?branch=18.0)](https://github.com/akretion/odoo-perf/actions/workflows/pre-commit.yml?query=branch%3A18.0)
[![Build Status](https://github.com/akretion/odoo-perf/actions/workflows/test.yml/badge.svg?branch=18.0)](https://github.com/akretion/odoo-perf/actions/workflows/test.yml?query=branch%3A18.0)
[![codecov](https://codecov.io/gh/akretion/odoo-perf/branch/18.0/graph/badge.svg)](https://codecov.io/gh/akretion/odoo-perf)

# Odoo module for improving perfomance

Mainly adding index

[//]: # (addons)

Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[perf_account](perf_account/) | 18.0.1.0.0 | | Perf account optimisation, mainly index
[perf_mail](perf_mail/) | 18.0.1.0.0 | | Perf mail optimisation
[perf_product](perf_product/) | 18.0.1.0.0 | | improve perf for product module
[perf_sale](perf_sale/) | 18.0.1.0.0 | | Perf sale optimisation, mainly index
[perf_sale_stock](perf_sale_stock/) | 18.0.1.0.0 | | Perf sale stock optimisation
[perf_stock](perf_stock/) | 18.0.1.0.0 | | Perf stock optimisation, mainly indexes
[product_index](product_index/) | 18.0.1.0.0 | | improve perf for product module with adhoc index

[//]: # (end addons)

## Licenses

This repository is licensed under [AGPL-3.0](LICENSE).

However, each module can have a totally different license, as long as they adhere to Akretion
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.

----