Daily updates from Odoo
Wednesday, July 2, 2025
1 change · master
Features or functions removed from Odoo
This update aligns Enterprise with related Community changes by removing references to an internal field that no longer exists. It also cleans up Helpdesk configuration by dropping an index setting that was ignored, reducing confusion without changing user-facing behavior.
Original PR description
#### [REM] base: remove complete_name from ir.model.fields Change tests because ir.model.fields.complete_name has been removed in community. #### [IMP] helpdesk: remove ignored index attribute Only trigram index is possible on translated fields. Since we add the warning in community version, remove ignored index attribute of helpdesk.sla.name https://github.com/odoo/odoo/pull/216355 https://github.com/odoo/upgrade/pull/7966