server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
Hello. I changed the exception rules to use Jinja in exception rule descriptions. For that I changed a bit more in the module so that for exceptions that were detected...
The `name_get` method was deprecated in Odoo 17 and removed in Odoo 18. This was identified by running `base` module tests on an odoo:18 container with `auditlog` installed, yielding: ```...
**Module** fetchmail_attach_from_folder **Bug Description** Emails containing uppercase letters in the address are not linked to partner records. **Steps to reproduce the issue** Configure a folder to attach emails to partners...
Hi, I moved the new def `_get_sub_exception_field_names` from PR https://github.com/OCA/server-tools/pull/3354 to here. This here uses the commits of the other PR. I will do a rebase after the other was...
Hello OCA team, We are migrating to Odoo 19 and noticed that module_change_auto_install no longer takes effect when listed in server_wide_modules. In 18.0 it worked fine. Root cause observed -...
Port from 14.0: - #2125 - #2767
# Module Sentry # Describe the Bug In Odoo 18, after installing the Sentry module, no new Sentry scope is automatically created for each HTTP request, resulting in missing traces...