Monday, August 10, 2026
2 changes · saas-19.3
Enhancements to existing features
Timesheet users can now select multiple assistant suggestions more smoothly by holding the mouse button and hovering across items. Ctrl-click no longer opens an unintended new Odoo page, reducing accidental navigation and making batch actions faster.
Original PR description
Currently when the user uses ctrl + click on a suggestion, a new odoo page is opened. This is an undesirable side effect and it is removed in this commit. Also, users have to manually click on each suggestion when they want to remove them in batch, or create one timesheet for a bunch of suggestion. This commit lets user hover over suggestion with the mouse button pressed to select them. task-6385047 Forward-Port-Of: odoo/enterprise#124642
Payroll no longer automatically changes a company car’s current driver when benefits are updated. Employees who choose or receive a company car are set as the future driver instead, preventing cars already reserved for someone from being offered again and reducing unnecessary follow-up tasks.
Original PR description
. Remove the auto-assignment of the Driver based on the payroll benefits. . If an employee signs a contract and selects the car or the car gets added to the employee's benefits, he should become the car's future driver. . Don't offer in the salary configurator cars for which the future driver is filled. . Don't generate a task every time the payroll officer assigns a new driver to the car . Add the corresponding tests task-6425360