server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
I haven't marked the PR as a WIP, but it could be considered as more of an RFC. There are many cases where you actually want to perform not a...
trying to help to understand
## Module server_action_mass_edit ## Describe the bug The module server_action_mass_edit does not declare server_action_mass_edit_onchange as a dependency in its manifest. As a result, when users install only server_action_mass_edit and create...
Installing updates fails, when any modifications are done in Odoo Studio (Enterprise) - module name _web_studio_. ## Module _module_auto_update_ ## Describe the bug The _web_studio_ module creates a new module...
## Module [base_name_search_improved](https://github.com/OCA/server-tools/tree/18.0/base_name_search_improved) ## Describe the bug Smart search option in search view does not work for archived records ## To Reproduce Bug encountered in 18.0 Bug not present in...
https://github.com/OCA/server-tools/blob/4384997e76e13aa3bc15800fd611c6070dd09eab/auditlog/models/rule.py#L343 We're encountering an issue where the "old value" is always false; is that the intended logic here? It would seem it simply takes the key values from the vals...
Make Odoo upgrade modules automatically when their version number changes, like Odoo.sh does. Useful when adding fields to `res.partner`/`res.users`, which often breaks the UI (and as-of Odoo 18.0, keeping the...
Hello. If a code exception is checked on a lot of records, the performance can be slow as the exception's code must be evaled for each record. For better performance...