Tuesday, August 11, 2026
1 change · saas-19.2
Enhancements to existing features
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