Daily updates from Odoo
Thursday, March 19, 2026
2 changes · master
Enhancements to existing features
This update enhances the appearance and functionality of pivot and list views within Odoo's spreadsheet feature. It also resolves an issue with border styling, ensuring a consistent and polished user experience. This change improves the overall usability of the spreadsheet tool.
Original PR description
## Task Description This PR aims to improve the pivot/list design when inserted into a spreadsheet. This also fix the command used to set the pivot/list border according to the new SET_ZONE_BORDERS command from o-spreadsheet ## Related Task/PRs: - https://github.com/odoo/odoo/pull/121118
This update streamlines the timesheet assistant across Helpdesk, Sale, and Project modules, making it easier for users to record time. Key changes include simplified labels, improved suggestions, and a more intuitive user interface, while also enhancing the underlying data storage for better efficiency and accuracy.
Original PR description
[IMP] {helpdesk,sale,project}_timesheet_{,enterprise,forecast}: timesheet assistant generic improvements
In this Commit,
- Assistant Form > "Billable" boolean hidden for users without Sales access rights
- Assistant Form > Labels updated:
- "Project Name" → "Project"
- "Task Name" → "Task"
- "Time Spent" → "Time"
- "Save Changes" → "Save"
- Assistant Form UI Improved by applying same changes done in master,
REF: https://github.com/odoo/enterprise/pull/104347
- Assistant Form > create and edit option removed for projects
- Suggestions logic reviewed for better results
- Correct time calculation for chronological grouping
- Unmatched project display issues resolved in both suggestions and local config
- Local Config List view aligned with Odoo UI views
- Local Config Storage limited to project/task/ticket IDs instead of `display_name`
and `id`
task-5902077
Forward-Port-Of: odoo/enterprise#110708
Forward-Port-Of: odoo/enterprise#108360