Thursday, July 10, 2025
2 changes · saas-18.4
Resolved issues and error corrections
The website editor now protects critical page elements when users remove links, preventing accidental deletion of required website structure. This avoids a serious issue where removing the Contact Us header link could make the website unusable after saving.
Original PR description
Steps to reproduce: - Open website builder - Click on "Contact Us" button in the header - Click on "Remove Link" - Save - Bug: Website is dead
This change rolls back a previous calendar update that was causing Google-synced users to see duplicated events and may have triggered repeated synchronization loops. Reverting it helps restore reliable calendar synchronization and prevents confusing duplicate meetings for affected users.
Original PR description
This commit reverts https://github.com/odoo/odoo/commit/b44a1bc7ad1b23cc37a745737cb071f1c5a705b3 which is a part of odoo/odoo#203918 Issues have been found on the synchronization with Google related to the duplication of events for synchronized users. As it is an urgent matter and seems like this commit is most likely causing an infinite loop for te synced events, we are dropping it. task-4873605 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#217955