Daily updates from Odoo
Friday, March 20, 2026
2 changes · master
Code cleanup and technical improvements
This pull request integrates the 'l10n_be_intervat' module into the 'l1n_be_reports' module. This update enhances the reporting capabilities within Odoo Enterprise for Belgian Intervat tax returns, streamlining the process for businesses to accurately track and report VAT obligations.
Original PR description
This PR merges 'l10n_be_intervat' module into 'l10n_be_reports'. upgrade PR: https://github.com/odoo/upgrade/pull/9073 task-5090001
This update prepares Odoo for OWL3 by automatically adding `.this` to template variables that reference component data. This change is necessary because OWL3 requires a specific syntax for accessing component variables within templates, ensuring compatibility with the new OWL3 environment. The changes impact several Odoo modules, primarily within the web_studio environment.
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. Community PR: https://github.com/odoo/odoo/pull/254637 Script PR: odoo/odoo#247965 task: OWL3 prep - add this. to template variables