Tuesday, November 3, 2020
2 changes · master
New functionality added to Odoo
Payroll users now have a dedicated Work Entry Analysis report available from Payroll Reporting. It helps teams review work entry types for the current month in a pivot view, including a days measure to better understand real worked or absence days.
Original PR description
New report is created, this report allows to ease the work entry analysis. This reporting is available with a new menu entry in Payroll/Reporting/Work Entry Analysis. This report is used for a pivot view. In this view, we add a measure in Days to have the number of real days under this work entry type. By default, the group by is work entry type, the filter is the current month and the measure is in days. task-2365616
Enhancements to existing features
HR teams can now regenerate an employee's work entries for a selected period when records need correction. Existing non-validated entries are archived and replaced with newly generated ones, reducing manual cleanup and helping keep payroll-related records accurate.
Original PR description
Prior to this commit:
As the generation of work entries is based on the date_generated_from and date_generated_to fields
of the contract, it was not possible to regenerate work entries twice for the same period of time.
This can be a problem if the work entries of an employee gets messed up.
After this commit:
It will be possible to use a wizard in order to regenerate work entries for an employee.
The wizard is accessible from the work entries gantt view and is is currently limited to
non 'validated' work entries. The existing work entries are archived and new ones are generated.
task-2372175