Wednesday, June 25, 2025
3 changes · saas-18.4
Enhancements to existing features
Website editors can now select several highlighted elements and update or remove them together. This streamlines content editing by reducing repetitive manual changes when managing multiple highlights on a page.
Original PR description
Before this commit, edition of multiple highlights was not possible. With this commit, a user can select multiple highlights and edit/remove them in batch. task-4367641
Website editors can now manage Floating Blocks more easily in the new builder, including creating a new card by clicking the empty-state message. The update also improves background option accuracy and refreshes editing behavior so visual effects stay correct after changes.
Original PR description
This commit introduces a refactor of the `s_floating_blocks` snippet [1] for the new website builder [2] and two additional changes described below. 1. Change in `s_floating_blocks` behaviour. The alert message `s_floating_blocks.alert.empty` is now clickable. On click, a new card is created. This is similar to what already happens in `s_image_gallery`. 2. Change in `WebsiteBackgroundOption`. The definition of `applyTo` in `websiteBgOptionDomState` is changed to target only direct children of the element. Without this change, the option was not working properly with `s_floating_blocks`, because when a card had a background image, also the "Floating Block" element had the background image icon active (same for background videos). [1] https://github.com/odoo/odoo/commit/493ea3e [2] https://github.com/odoo/odoo/commit/9fe45e2
The busy status in Odoo Discuss now works as a clearer do-not-disturb mode. It replaces the previous mute-all behavior while keeping message counters visible, muting sound alerts, and automatically rejecting incoming calls so users can focus without interruptions.
Original PR description
This commit adds behavior to the busy IM status. This status replaces the "mute all" behavior, with the exception of hiding counters and the addition of rejecting incoming calls and muting sound alerts. task-4889586