Daily updates from Odoo
Tuesday, May 20, 2025
8 changes
1 change
Enhancements to existing features
The VoIP softphone keypad now automatically adjusts the size of entered numbers as they get longer. This helps users keep the full input visible and easier to read while dialing.
Original PR description
This commit adds a new method to dynamically adjust the input font size based on the length of the input value in the softphone keypad.
6 changes
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
The SMS-related test coverage was adjusted to account for a new record lock added during message sending. This helps keep automated checks reliable and protects business workflows from false failures as the messaging process becomes more robust.
Original PR description
A lock on the record is added by the send function.
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
The WhatsApp module was updated to stay aligned with a related messaging infrastructure rename. This helps keep WhatsApp-related status, member list, and security behavior working consistently after the underlying change.
Original PR description
PR community: https://github.com/odoo/odoo/pull/208544 task-4675778
This update aligns WhatsApp test data with the current partner-based recipient field naming. It helps keep automated security tests accurate and easier to maintain, with no expected impact on everyday users.
Original PR description
PR community: https://github.com/odoo/odoo/pull/208412 task-4675786
1 change
Enhancements to existing features
Tag fields now show the available tooltip text when users hover over them, making extra context easier to access without changing the main screen. This helps users understand tag meanings or details more quickly in forms and lists.
Original PR description
https://github.com/odoo/enterprise/pull/85591