server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
Module migrated to version 17.0 Depends on: - [ excel_import_export ] https://github.com/OCA/server-tools/pull/2991
Backport of Profiler 11.0 based on - https://github.com/OCA/server-tools/pull/1465 - https://github.com/OCA/server-tools/pull/1986 - https://github.com/OCA/server-tools/pull/2014
Steps to reproduce: 1. Create an auditlog rule to `sale.order.line` with "Full Log" and log all the changes. 2. Create an user which only has the "Sale: User: Own Documents...
When archiving messages, the messages get a new sequence through renumbering. To solve the problems this causes use the message uid's that are garanteed to remain constant for a message...
Adding the WHERE clause, the query will only update rows where index_content is not NULL, reducing the number of unnecessary updates. If most values are already NULL, the speed execution...
When automatic configuration is applied on the model, it computes fields which can be tracked based on applied domain. But when automatic_custom_tracking is set from True to False it does...
- Removes company restriction (leads to issue in multicompany) - Add a default image for a model (with unicity constraint) - Add a sequence to order images - Allow image...
Error in backup process: `UnicodeDecodeError: 'utf-8' codec can't decode byte 0xeb in position 14: invalid continuation byte` How to replicate: 1. create one backup with filestore 2. create another backup...