Daily updates from Odoo
Wednesday, September 8, 2021
2 changes
Enhancements to existing features
Payroll leave accruals now use work entry type information to calculate entitlements more consistently. This centralizes the leave rights setting so Belgian payroll and holiday work entries can rely on the same shared data, reducing configuration duplication and improving accuracy.
Original PR description
… to new accrual plans As the accrual plan calculation depends on the hr.work.entry.type, the leave_right field is moved from the l10n_be_hr_payroll module to the hr_work_work_entry module. taskid: 2222790
Employees and managers can now delete a time off request directly from the yearly Time Off dashboard popup. This restores a common action that was available in the previous monthly view, reducing extra navigation and making request management easier.
Original PR description
Previously, the land page of Time Off was month view. When you select a leave from Month's view, you can edit/delete it directly. Now, the land page is Year's view, and you can open the modal form of the leave, but it's not possible to delete it. Add a delete button on the form view of the leave from the year's view of the dashboard task-2638305