Thursday, June 18, 2026
1 change · saas-19.3
Enhancements to existing features
This update integrates with the new Gmail Chrome and Firefox extension to automatically capture email data (sender, recipients, etc.). Odoo then uses this information to provide more relevant suggestions for timesheet entries, connecting email activity with project and task assignments.
Original PR description
[IMP] timesheet_grid: Gmail watcher In this commit, Odoo now consumes data from the new Gmail Chrome and Firefox web extension, which captures the from, to, cc, and bcc fields of read and composed emails and sends them to Activity Watch. Odoo retrieves these events, extracts the emails, searches for partners linked to projects and/or tasks, and adds them to suggestions as keyEvents. task-5956040 Forward-Port-Of: odoo/enterprise#112014