Thursday, March 19, 2026
1 change · master
Code cleanup and technical improvements
This update prepares Odoo for the upcoming OWL3 release by adding the '.this' syntax to template variables. This is necessary because OWL3 requires developers to use '.this' to correctly target component variables within templates, ensuring compatibility and functionality after the upgrade.
Original PR description
In preparation for OWL3, where template variables will need to use .this to target component variables, we add .this to template variables that are targetting the component. Script PR: odoo#247965 task: OWL3 prep - add this. to template variables https://github.com/odoo/odoo/pull/253294