Monday, October 4, 2021
5 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
Resolved issues and error corrections
When an employee or applicant signs a contract through the salary simulation link, their job title and department are now carried over correctly. This keeps employee and contract records aligned automatically, reducing manual HR follow-up and data inconsistencies.
Original PR description
[FIX] hr_contract_salary: Update of the job title and department once the contract is signed This fix adds job_id and department_id to the wizard "Generate Simulation Link". Both fields are many2one fields respectively linked to hr.job and hr.department Once the applicant/employee clicks on Review Contract & Sign via the Generate Simulation Link, the department_id is updated on the employee form (hr.employee) and contract form (hr.contract). The job_id is also updated on the employee form (hr.employee) in the HR Settings tab Task-26164446
This update fixes issues affecting electronic invoicing services for Peru and invoice cancellation flows for Mexico. It helps ensure local compliance processes work correctly and improves test coverage for these country-specific workflows.