Daily updates from Odoo
Tuesday, August 11, 2026
2 changes · saas-19.2
Enhancements to existing features
The spreadsheet date picker now writes an actual date value instead of a numeric representation. This makes spreadsheet entries clearer and reduces confusion for users working with date fields.
Original PR description
Task: 6353692
The timesheet assistant now shows the specific Odoo record name when ActivityWatch sees a recognizable record URL that does not otherwise match a known page. This makes suggested work descriptions more precise and easier for users to understand, instead of falling back to a broad application name.
Original PR description
Before this commit, when the ActivityWatch integration encountered unmatched Odoo URLs, it would fallback to displaying the general application name (e.g., "Working on Sales"). With this commit, if the URL path ends with a valid record ID (e.g., /odoo/departments/1) and the corresponding model can be identified, the assistant will attempt to fetch and display the actual record name (e.g., "Working on Research & Development"). task: 6365568