Thursday, May 8, 2025
3 changes · saas-17.4
Resolved issues and error corrections
Fixed a display issue in the messaging area where recipient names could overflow when the browser window was enlarged. Long recipient lists now continue onto the next line, keeping the interface readable and preventing visual glitches.
Original PR description
Purpose of the commit: The recipient list overflows when the screen size is increased. This commit resolves the issue by showing the overflowing text on the next line. task-4417552
This update fixes a visual layering issue in Kanban views where columns, headers, or quick-create areas could appear incorrectly over helper content. It helps keep Kanban screens clearer and avoids confusing overlaps for users adding or viewing records.
Original PR description
This commit removes the z-index priority of kanban groups, headers and quick create over the no-content helper since it became useless with https://github.com/odoo/odoo/pull/148138 and can now cause display issues when these elements are on top of each other (which can happen with the quick create column). task-4778356
Spreadsheet pivot tables now rely on the standard month grouping behavior instead of custom Documents code. This reduces the chance of incorrect pivot details when no specific date granularity is selected and keeps spreadsheet behavior more consistent.
Original PR description
The o-spreadsheet commit add the month granularity to spreadsheet pivots, so we can drop some odoo-specific code. Task: [4742696](https://www.odoo.com/web#id=4742696&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)