server-tools icon indicating copy to clipboard operation
server-tools copied to clipboard

Tools for Odoo Administrators to improve some technical features on Odoo.

Results 354 server-tools issues
Sort by recently updated
recently updated
newest added

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 ![Selection_002](https://github.com/OCA/server-tools/assets/20896369/9b582a52-e5b8-489d-a7f8-f6dcc680e2b4) 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...

bug

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

stale