Daily updates from Odoo
Tuesday, November 14, 2023
1 change
Code cleanup and technical improvements
Static interface templates were moved into their own dedicated area instead of being bundled with asset loading logic. This is an internal cleanup that makes the codebase easier to maintain without changing day-to-day user workflows.
Original PR description
This PR moves the `templates` XML document containing all static templates out of the `@web/core/assets.js` file to move it to its own file. This has been done in order to separate concerns: loading assets (`assets.js`) and registering/accessing static templates (`templates.js`). Community: https://github.com/odoo/odoo/pull/141629