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
- Host: GitHub
- URL: https://github.com/akretion/odoo-perf
- Owner: akretion
- License: agpl-3.0
- Created: 2019-11-28T17:27:35.000Z (over 6 years ago)
- Default Branch: 18.0
- Last Pushed: 2026-01-16T11:06:28.000Z (5 months ago)
- Last Synced: 2026-01-16T23:55:53.033Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/akretion/odoo-perf/actions/workflows/pre-commit.yml?query=branch%3A18.0)
[](https://github.com/akretion/odoo-perf/actions/workflows/test.yml?query=branch%3A18.0)
[](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.
----