server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
Replaces https://github.com/OCA/server-tools/pull/1978 (PR is the same, just tests are modified as per the discussion that followed)
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-14.0 # Modules to migrate - [ ] auditlog - [ ] base_changeset - [ ] base_cron_exclusion - [x] base_exception - By @kevinkhao - #1938 - [ ]...
## Module base_fontawesome ## Describe the bug Tried to use the new icons in an XML view but I don't see any icon at all. Maybe I am using it...
This module adds a "partition" method to recordsets to obtain a {value: records} structure. Useful to for instance split work by lang or similar. E.g.: ``` customers_by_lang = customers.partition("lang_id") for...