Daily updates from Odoo
Friday, May 22, 2026
2 changes
Code cleanup and technical improvements
This update transitions Odoo's user interface framework, Owl, to its latest version (3). The team has made necessary adjustments to ensure compatibility, though some changes required a phased approach. This upgrade improves performance and introduces new features, but users should review the migration guide for important updates.
Original PR description
This PR updates owl to version 3 and adapts the codebase accordingly. A compatibility layer has been introduced to ease the transition. However, for some breaking changes, such a compatibility layer…
This PR updates owl to version 3 and adapts the codebase accordingly. A compatibility layer has been introduced to ease the transition. However, for some breaking changes, such a compatibility layer wasn't possible. Migration guide: https://odoo.github.io/owl/documentation/v3/owl/migration_owl2_to_owl3.html OWL3 documentation: https://odoo.github.io/owl/documentation/v3/owl/ Community PR: https://github.com/odoo/odoo/pull/247747 Co-authored-by: Aaron Bohy <aab@odoo.com> Co-authored-by: Achraf <abz@odoo.com> Co-authored-by: Alex Kühn <aku@odoo.com> Co-authored-by: Géry Debongnie <ged@odoo.com> Co-authored-by: Bastien Pierre <ipb@odoo.com> Co-authored-by: Jean Schoenlaub <jesc@odoo.com> Co-authored-by: Julien Mougenot <jum@odoo.com> Co-authored-by: Lucas Perais <lpe@odoo.com> Co-authored-by: Michaël Mattiello <mcm@odoo.com> Co-authored-by: Nicolas Bayet <nby@odoo.com> Co-authored-by: Pierre Rousseau <pro@odoo.com> Co-authored-by: Stephane Vanmeerhaeghe <stva@odoo.com>
This update prepares our system for the upcoming OWL3 upgrade by running a preparatory script. This script ensures the system is correctly configured to seamlessly transition to the new OWL3 environment, streamlining the migration process. If any issues arise during this preparation, a notification is sent to the JESC team for immediate attention.
Original PR description
In preparation for OWL3, we run the `upgrade_code/owl3_migration` script, which prepares master for owl3 (iw. the premigration to make the actual migration which is happening in parralel easier) If this script did an incorrect change send msg to JESC. task: OWL3 prep - add this. to template variables Community PR: https://github.com/odoo/odoo/pull/264651