Tuesday, May 20, 2025
3 changes · master
Enhancements to existing features
Gantt charts now show the date range alongside each week number, making schedules easier to read at a glance. When a week falls in another year, the year is included to avoid confusion across year boundaries.
Original PR description
This commit enhances the display of week group headers in the Gantt view. In addition to the week number (as before), headers now show the week's start and end dates in a short format. If the week belongs to a different year than the current one, the year is also displayed for clarity. task-4613165
Spreadsheet pivot tables now show controls directly in the grid to expand or collapse rows and columns. This makes large pivot reports easier to navigate and review, with added test coverage to ensure collapsed pivot behavior remains reliable.
Original PR description
The pivots now have icons in the grid to collapse/expand the rows and columns. This commit adds some tests for collapsed `odoo_pivot`. Task: [4674387](https://www.odoo.com/web#id=4674387&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
Spreadsheet users can now click a person in the connected users popover to move directly to that collaborator's current location. This makes live collaboration easier by helping team members quickly follow or check what others are working on.
Original PR description
Add a move to user when clicking on an user on the "connected user" popover. task-id: 4607572