Daily updates from Odoo
Friday, May 16, 2025
3 changes
1 change
Enhancements to existing features
Planning and project views now use a standard date range display instead of separate start and end date fields with a manual arrow. This simplifies the interface setup and helps keep date ranges more consistent for users.
Original PR description
This commit replaces manually constructed daterange fields (using two datetime fields and an arrow) in some XML views with actual daterange fields to simplify view definitions and take advantage of changes made in https://github.com/odoo/odoo/pull/209493. task-4788200
2 changes
Enhancements to existing features
Users can now click anywhere across the Activities column in list views, not just on a small activity control. This makes opening and managing activities easier and reduces misclicks during daily work.
Original PR description
After this commit, the full width of the Activities column in a list view will be clickable, for ease of use. task-4525830
This update adds support for showing tooltip information from the related field in the Documents area. It helps users better understand document options without changing their workflow.
Original PR description
Community https://github.com/odoo/odoo/pull/210097