Daily updates from Odoo
Sunday, August 16, 2026
1 change
Enhancements to existing features
Timesheet users can now select multiple assistant suggestions by holding the mouse button and moving over them, making batch actions like deleting suggestions or creating timesheets quicker. The update also prevents an unwanted new Odoo page from opening when using Ctrl-click on a suggestion.
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#127311 Forward-Port-Of: odoo/enterprise#124642