Daily updates from Odoo
Wednesday, September 24, 2025
1 change · saas-17.3
Resolved issues and error corrections
Changing a website theme color and saving immediately no longer triggers an error screen. This makes website customization more reliable, including when debug mode is enabled.
Original PR description
Previously, a traceback occurred when changing the theme color from the color palette and pressing the save button immediately. This PR resolves the issue by adding catch block to handle promise rejections and ensured the correct jquery context is used within the iframe. task-3919146