Daily updates from Odoo
Tuesday, February 24, 2026
1 change
Code cleanup and technical improvements
This pull request is preparing Odoo for the upcoming Owl3 upgrade. It involves migrating code to align with Owl3's changes, primarily by updating import statements and utilizing compatibility files to ensure continued functionality. This is a necessary step to maintain compatibility with the Owl3 library.
Original PR description
This PR adds commits to prepare the support of the next version of owl. Owl3 has a lot of breaking change. A compatibility file with owl2 features that is removed or behaviour changed in owl3 is added and the features are imported from this compatibility file. The PR also adds an upgrade code file which has been used to make the current changes.