Monday, October 4, 2021
3 changes · master
Enhancements to existing features
Website editors can now choose how steps are visually connected in process step snippets, including no connector, lines, straight arrows, or curved arrows. They can also set connector colors, making it easier to match page designs and improve visual clarity.
Original PR description
Currently, step snippets' connector is a line. Even if simplicity is the key to beauty, we wanted to add more options : - No connector; - Line - Straight Arrows - Curved Arrows Moreover, an option has been added to select the color of the connector itself. _OLD PR : https://github.com/odoo/odoo/pull/69127/files_
The Time Off dashboard now lets users delete a leave request directly from the year-view popup, alongside saving or discarding changes. This restores an action that was available in the previous month view and reduces extra navigation for HR users and employees.
Original PR description
Description of the issue/feature this PR addresses: In the previous version, the hr_holidays had the month view by default. It was possible to edit/delete a time off directly by clicking on the time off. Now the landing page is year view. The popup form for the leave has a save and discard button but no delete. Current behavior before PR: The popup form on the year view has a save and discard button but no delete button Desired behavior after PR is merged: The popup form on the year view has save, discard and delete buttons task-2638305 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The employee car report has been improved so the Cars button now opens the vehicle assignment history for the selected driver. This helps HR and fleet teams quickly see who had which company car and when, reducing confusion from an unreliable report action.
Original PR description
The "Claim Car Report" action was not working as expected. Now the statbutton "Cars" will show the car history of a specific driver. TaskID: 2646113 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr