Tools for Odoo Administrators to improve some technical features on Odoo.
 
 
 
 
Go to file
Alexandre Fayolle 272729b9e4 [FIX] auditlog: autovacuum performance
Add database indices on the foreign key fields of the auditlog models.
Without these indices, the performance of the autovacuum cron are terrible
because the "ON DELETE SET NULL" trigger has to make a full table scan
on the auditlog_log and auditlog_log_line tables when
auditlog_http_session and auditlog_http_request rows are deleted.
2022-11-18 13:12:58 +01:00
.github/workflows Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
auditlog [FIX] auditlog: autovacuum performance 2022-11-18 13:12:58 +01:00
base_m2m_custom_field [UPD] README.rst 2022-10-25 10:01:49 +00:00
module_change_auto_install Update translation files 2022-11-08 12:29:13 +00:00
setup [ADD] setup.py 2022-11-08 10:50:19 +00:00
upgrade_analysis [UPD] README.rst 2022-10-19 14:30:45 +00:00
.copier-answers.yml Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.editorconfig Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.eslintrc.yml Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.flake8 Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.gitignore Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.isort.cfg Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.pre-commit-config.yaml Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.prettierrc.yml Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.pylintrc Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
.pylintrc-mandatory Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
LICENSE Initialize 16.0 branch 2022-10-03 22:05:57 +02:00
README.md [UPD] addons table in README.md 2022-11-08 10:50:17 +00:00
requirements.txt [IMP] upgrade_analysis: black, isort, prettier 2022-10-05 16:22:33 +02:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

server-tools

TODO: add repo description.

Available addons

addon version maintainers summary
base_m2m_custom_field 16.0.1.0.0 Customizations of Many2many
module_change_auto_install 16.0.1.0.0 legalsylvain Customize auto installables modules by configuration
upgrade_analysis 16.0.1.0.0 StefanRijnhart legalsylvain Performs a difference analysis between modules installed on two different Odoo instances

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.