Daily updates from Odoo
Thursday, June 18, 2026
2 changes · saas-19.3
Enhancements to existing features
This update enhances navigation between sold assets and related customer invoices. Now, invoices linked to a sold asset will display a direct link to the asset within the invoice chatter, and vice-versa. This streamlines workflows by providing easier access to relevant financial information.
Original PR description
This commit improves the navigation from a sold asset to the customer invoice and vice versa. A reference link of the sold asset is added to the chatter of each invoice used in sale. Also, all invoices used in sale are added as reference link to the asset's chatter. task-4413649 Forward-Port-Of: odoo/enterprise#118665
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