Daily updates from Odoo
Friday, August 8, 2025
2 changes
Code cleanup and technical improvements
This update removes outdated label and expansion settings from search filter groupings across many Odoo Enterprise modules. It is an internal cleanup that helps keep search views consistent with the latest platform standards, with no expected change to day-to-day workflows.
Original PR description
Remove all the occurrences of string attribute from group in the search view. Also removed expand attribute wherever left from group in the search view. Community PR: https://github.com/odoo/odoo/pull/220023 Related PR: https://github.com/odoo/enterprise/pull/88229 (Remove expand attribute) task-4915069
Several website and eCommerce-related templates were updated to use the current recommended rendering method. This is an internal cleanup that helps keep the platform maintainable and aligned with supported standards, with no expected change for customers or day-to-day users.
Original PR description
\*: l10n_cl_edi_website_sale, l10n_mx_edi_website_sale, website_\* This commit updates all instances of the deprecated t-esc attribute within the web_editor and website modules to use the recommended t-out attribute. See also : - https://github.com/odoo/design-themes/pull/804 - https://github.com/odoo/odoo/pull/168191 task-3573251