Friday, January 19, 2024
1 change · master
Enhancements to existing features
Spreadsheet edition templates were updated to match the newer way Odoo applies template inheritance in the browser. This keeps spreadsheet chart menu behavior compatible with the platform change and avoids future template loading issues.
Original PR description
The PR https://github.com/odoo/odoo/pull/145602 brings several changes in the way inheritance of static templates is applied. One of which is that for a template which inherits from a template with t-name=template_name, the value of t-inherit should be exactly template_name. This means we no longer accept implicit references to modules names (in any ways). Here we adapt the code of spreadsheet_edition to that particular change.