Tuesday, March 21, 2023
3 changes · master
Enhancements to existing features
Drag-and-drop behavior in the web interface can now require a longer press before starting. This helps prevent accidental dragging when users are simply clicking or making small pointer movements.
Original PR description
This commit introduces a "delay" parameter used to drag elements on a long mousedown instead of a short one. This is coupled with the "tolerance" parameter to define the area in which the mousedown is considered uninterrupted. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Salary simulation links for Belgian fleet payroll now always treat the company car as new. This keeps simulations aligned with the intended payroll assumptions and reduces ambiguity for employees reviewing compensation offers.
Original PR description
task - 3209443
The timesheet validation screen now changes the validate button color based on whether all timesheets are already validated. This helps managers quickly see when there is still validation work to do versus when everything is complete.
Original PR description
In this commit, If all the timesheets are validate then the color of the validated button will be secondary otherwise it will be primary. task-2813765