res.config.settings does not allow Text fields for config_parameter fields. The solution to overcome this is generating warnings in runbot. As varchar fields without size are to all intents and purposes the same as text fields in postgress, and can be painlessly and automatically converted, the field type is changed. |
||
---|---|---|
.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 | ||
letsencrypt | ||
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.