Wednesday, November 8, 2023
2 changes · 17.0
Code cleanup and technical improvements
This update removes an outdated template marker that is no longer needed because templates are now loaded through the newer app framework. It is an internal cleanup that reduces maintenance overhead without changing how users interact with Odoo.
Original PR description
As all the templates are now imported in the owl app, there is not need anymore to specify the owl="1" attribute in the templates. Ref-https://github.com/odoo/odoo/pull/130467 Linked PR- https://github.com/odoo/enterprise/pull/50344 task-3508331 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes unnecessary technical attributes from template files across multiple Odoo modules. Since all templates are now automatically processed by the application framework, the redundant configuration markers are no longer needed, resulting in cleaner and simpler template files.
Original PR description
As all the templates are now imported in the owl app, there is not need anymore to specify the owl="1" attribute in the templates. Ref-https://github.com/odoo/odoo/pull/130467 task-3508331