Daily updates from Odoo
Thursday, January 20, 2022
1 change
Code cleanup and technical improvements
This updates internal code references so several Odoo Enterprise screens continue to work with the next version of the Owl interface framework. There is no intended change for end users, but it reduces upgrade risk for accounting, documents, and spreadsheet-related features.
Original PR description
Adaptation of all imports from the Owl library to the next version. In the next version of Owl, all exported terms are directly available from the top level object owl. This PR aims to adapt existing imports to this new system. This is done by importing any Owl variable used in files at the top, after the import | require statements. Community: https://github.com/odoo/odoo/pull/82736 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr