server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
In smart searches we're joining two _search results which normally will be a Query object. We need to resolve those queries in order to join the results. cc @Tecnativa TT48444...
Step to test: 1. install module `account` and `base_name_search_improved` 2. Go to Settings > Smart Searches > active model `Analytic Account` and add somefield to search  3. Create new...
## Auditlog ## Describe the bug When I using audit log to log changes on the account.move.line model. (Image) And creating a payment term which have some delayed payment goals...
This is the forward-port of #2905 to V16
This is the forward-port of #2936 to V17
- Backport of https://github.com/OCA/server-tools/pull/2813 - Extra improvement on property fields and blacklist
When migrating a database with (only) hundred thousands of records, this script will take 5 seconds as opposed to 4.5 minutes when letting the ORM compute these values.