Tuesday, June 9, 2026
3 changes · master
New functionality added to Odoo
This update improves the Timesheets Assistant by adding a new rule that suggests entries like "Working on <drawing>" based on Excalidraw drawings. This allows users to more easily and quickly record their time spent on projects using this popular drawing tool, streamlining timesheet creation.
Original PR description
This commit adds an `aw.rule` covering Excalidraw. Timesheets Assistant can suggest "Working on <drawing>" entries. task-6267748
This update enhances Odoo's email functionality by adding support for GIFs. Users can now include animated GIFs in their email communications, improving engagement and visual appeal. This change allows for richer and more dynamic email marketing and communication within the Odoo platform.
Original PR description
Task-5491965
This update adds a 'Job Position' field to the resource search view within the Planning module. This allows users to more easily filter and group resources by their job role, improving search efficiency and organization. This change does not affect material resources.
Original PR description
In this commit, we add the job position (`job_id`) field to the resource views in Planning. The search more popup on resources will display it by default, and users will be able to filter and group by it. Importantly, this is not added to the Configurations -> Materials menu because this does not apply to material resources. task-6164222