Tuesday, January 23, 2024
2 changes · saas-17.1
Resolved issues and error corrections
This fix prevents Odoo from showing a misleading warning about a database text-search helper when that helper is not installed. It reduces false alarms for administrators and keeps system logs clearer without changing business functionality.
Original PR description
Since 261d3f3999c60727d9e5e875f4f1aa1caeb788f9, we warned "PostgreSQL function 'unaccent' is present but not immutable ..." but we do it even if unaccent is missing. Fix it.
The Audit Trail menu will now only appear when the Audit Trail option is enabled. This prevents users from seeing or opening a menu for a feature their company has not activated, reducing confusion in accounting settings.
Original PR description
When the "Audit Trail" option is not activated, we should not show the corresponding menu item. [task-3696126](https://www.odoo.com/web#id=3696126&cids=1&menu_id=4720&action=333&active_id=967&model=project.task&view_type=form) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr