Tools for Odoo Administrators to improve some technical features on Odoo.
 
 
 
 
Go to file
Ronald Portier f5921a0a4b [FIX] letsencrypt. Use char instead of text fields for config.
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.
2022-04-07 11:21:35 +02:00
.github/workflows [IMP] update dotfiles 2022-03-30 21:14:00 +02:00
auditlog Translated using Weblate (Spanish (Argentina)) 2022-03-20 21:17:09 +00:00
base_cron_exclusion [UPD] README.rst 2021-12-20 07:53:41 +00:00
base_search_fuzzy Translated using Weblate (Spanish (Argentina)) 2022-03-15 06:17:11 +00:00
base_view_inheritance_extension [UPD] README.rst 2022-02-17 19:44:22 +00:00
datetime_formatter [UPD] README.rst 2022-03-22 09:43:13 +00:00
fetchmail_incoming_log [UPD] README.rst 2021-12-27 17:28:12 +00:00
fetchmail_notify_error_to_sender [UPD] README.rst 2022-03-15 14:45:00 +00:00
html_text [IMP] update dotfiles 2022-03-30 21:14:00 +02:00
letsencrypt [FIX] letsencrypt. Use char instead of text fields for config. 2022-04-07 11:21:35 +02:00
module_auto_update [IMP] module_auto_update: Improved README.rst 2022-03-21 13:56:51 +02:00
onchange_helper [UPD] README.rst 2022-03-21 16:24:07 +00:00
setup [ADD] setup.py 2022-03-22 09:43:13 +00:00
upgrade_analysis upgrade_analysis 15.0.1.0.2 2021-11-15 20:20:10 +00:00
.copier-answers.yml [IMP] update dotfiles 2022-03-30 21:14:00 +02:00
.editorconfig Initialize 15.0 branch 2021-10-15 18:39:30 +02:00
.eslintrc.yml [IMP] update dotfiles 2022-03-30 21:14:00 +02:00
.flake8 Initialize 15.0 branch 2021-10-15 18:39:30 +02:00
.gitignore Initialize 15.0 branch 2021-10-15 18:39:30 +02:00
.isort.cfg Initialize 15.0 branch 2021-10-15 18:39:30 +02:00
.pre-commit-config.yaml [IMP] update dotfiles 2022-03-30 21:14:00 +02:00
.prettierrc.yml Initialize 15.0 branch 2021-10-15 18:39:30 +02:00
.pylintrc Initialize 15.0 branch 2021-10-15 18:39:30 +02:00
.pylintrc-mandatory Initialize 15.0 branch 2021-10-15 18:39:30 +02:00
LICENSE Initialize 15.0 branch 2021-10-15 18:39:30 +02:00
README.md [IMP] update dotfiles 2022-03-30 21:14:00 +02:00
requirements.txt Merge PR #2232 into 15.0 2022-02-17 19:39:26 +00:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

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 LoisRForgeFlow ChrisOForgeFlow 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.