Daily updates from Odoo
Friday, January 12, 2024
1 change
Enhancements to existing features
The grid view now automatically scrolls to show the relevant day when viewing a month, especially when that day falls near the end of the month. This reduces manual scrolling and makes planning or reviewing monthly data easier for users.
Original PR description
In grid view, when the range is "month", the last column-days are not visible: you have to scroll left to see them. With this commit, when today (or its equivalent date on whatever month you're looking at) is at the end of the month, we automatically scroll to make it visible. task-3483742