Wednesday, January 31, 2024
1 change · saas-17.1
Resolved issues and error corrections
This fixes a crash that happened when older web components tried to load required JavaScript, CSS, or other asset bundles. It restores compatibility for legacy widgets, helping affected pages and customizations load reliably again.
Original PR description
`Widget` and `PublicWidget` allow loading any necessary assets/external lib resources by adding them to `jsLibs`, `cssLibs` or `assetLibs` attributes. But after the rewrite of `loadBundle()` in odoo/odoo@14b629192, any widget setting those attributes were crashing when trying to load them (crash); this commit re-add that support. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr