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. |
||
---|---|---|
.github/workflows | ||
auditlog | ||
base_cron_exclusion | ||
base_search_fuzzy | ||
base_view_inheritance_extension | ||
datetime_formatter | ||
fetchmail_incoming_log | ||
fetchmail_notify_error_to_sender | ||
html_text | ||
module_auto_update | ||
onchange_helper | ||
setup | ||
upgrade_analysis | ||
.copier-answers.yml | ||
.editorconfig | ||
.eslintrc.yml | ||
.flake8 | ||
.gitignore | ||
.isort.cfg | ||
.pre-commit-config.yaml | ||
.prettierrc.yml | ||
.pylintrc | ||
.pylintrc-mandatory | ||
LICENSE | ||
README.md | ||
requirements.txt |
README.md
server-tools
TODO: add repo description.
Available addons
addon | version | maintainers | summary |
---|---|---|---|
auditlog | 15.0.1.0.0 | Audit Log | |
base_cron_exclusion | 15.0.1.0.0 | ![]() ![]() |
Allow you to select scheduled actions that should not run simultaneously. |
base_search_fuzzy | 15.0.1.0.0 | Fuzzy search with the PostgreSQL trigram extension | |
base_view_inheritance_extension | 15.0.1.0.0 | Adds more operators for view inheritance | |
datetime_formatter | 15.0.1.0.0 | Helper functions to give correct format to date[time] fields | |
fetchmail_incoming_log | 15.0.1.0.0 | Log all messages received, before they start to be processed. | |
fetchmail_notify_error_to_sender | 15.0.1.0.0 | If fetching mails gives error, send an email to sender | |
html_text | 15.0.1.0.0 | Generate excerpts from any HTML field | |
module_auto_update | 15.0.1.0.0 | Automatically update Odoo modules | |
onchange_helper | 15.0.1.0.0 | Technical module that ease execution of onchange in Python code | |
upgrade_analysis | 15.0.1.0.2 | 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.