Daily updates from Odoo
Tuesday, July 8, 2025
2 changes · saas-18.4
Code cleanup and technical improvements
This updates several website-related areas to use the newer shared scrolling component instead of an older deprecated one. The change supports ongoing platform maintenance and should not noticeably alter how users interact with surveys, website pages, blogs, events, or forums.
Original PR description
*: survey, website, website_blog, website_event, website_forum. Updates imports to use the new html_builder scrollTo method instead of the deprecated web_editor one. Part of the [html_builder refactoring] [html_builder refactoring]: https://github.com/odoo/odoo/commit/9fe45e2b7ddb Related to task-4367641
The live chat helpdesk integration was cleaned up by removing unused parts and reducing duplicated code. This improves maintainability and lowers the risk of future issues, without introducing expected changes for end users.
Original PR description
Comments applied from the previous PR. 1. Reduce duplicate code in im_livechat; 2. Remove unused code in im_livechat; follow up of https://github.com/odoo/enterprise/pull/89573