Daily updates from Odoo
Tuesday, May 3, 2022
1 change
Code cleanup and technical improvements
Several Odoo Enterprise apps now use the newer way of loading page resources such as scripts and styles. This keeps these apps compatible with the latest platform cleanup while preserving the same user experience.
Original PR description
*: documents_spreadsheet, hr_payroll, web_enterprise, web_map The loadAssets and useAssets functions have been removed in odoo/odoo#90122 to reduce the API surface of assets.js, this commit uses loadJS/loadCSS in combination with onWillStart instead where appropriate.