server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
backport from 16.0
backport from 16.0
See topic https://github.com/orgs/OCA/discussions/167
source PR: https://github.com/OCA/server-tools/pull/2945
Improve the "Purge obsolete tables" feature to purge SQL views. SQL views are not automatically dropped after uninstalling an addons, or upgrading odoo. For example, the view mail_statistics_report is not...
Add a condition to check if any fields have changed before creating a log entry for the "write" method. This improves performance and reduces unnecessary log entries.
Avoid error when accessing the value of a field that we do not have access Example use case: - Install `hr_fleet` - Set the `employee_ids` field of `hr.employee` as a...