Friday, January 19, 2024
2 changes
1 change
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.
1 change
Enhancements to existing features
This update adds comprehensive tests for the formatLang() function in Odoo's tools module. By establishing a solid test foundation, the development team can safely improve and refactor this function in future versions without accidentally breaking existing functionality that users depend on.
Original PR description
Tests the method formatLang() to be able to do safe(r) refactoring in future versions. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr