Daily updates from Odoo
Tuesday, December 30, 2025
1 change · saas-17.2
Resolved issues and error corrections
This fixes a website issue where dynamic snippets could trigger an Odoo Client Error during page loading. Website visitors and editors should now see snippets load more reliably when the size listener is unavailable.
Original PR description
DynamicSnippet._setupSizeChangedManagement() the problem occurs if removeSizeListener() is not defined and you are trying to call it. This would result in an Odoo Client Error Description of the issue/feature this PR addresses: BUG Current behavior before PR: Odoo Client Error Desired behavior after PR is merged: No Error on WEbsite Snippet Load --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr