Tuesday, November 3, 2020
2 changes
Enhancements to existing features
HR teams can now review employee contract changes over time in a dedicated history report, making it easier to manage temporary time credit situations without creating workaround contracts. Salary simulations now use full-time equivalent data, meal voucher totals are corrected, and signed contracts automatically capture the wage at signature.
Original PR description
Before this commit: It was complicated to manage the contracts as they were all displayed in one view. When the contract was a time credit one (which is by definition a temporary situation) the data…
Before this commit:
It was complicated to manage the contracts as they were all displayed in
one view.
When the contract was a time credit one (which is by definition a temporary
situation) the data used was based on the time credit and not on the full time
equivalent. This usually forced the HR to create fake new contracts without
time credit for the appraisals.
After this commit:
A new report will ease the followup of contracts with the time running.
It comes with a new view that highlight the reference information which
allow to easily manage credit time. Simulation is also made on FTE data which
eases HR work.
This commit also fixes a bug in the simulation with the meal voucher (only one
was taken into account in the summary right panel.
The wage on signature is now populated when the document is signed.
Related PR: odoo/odoo#58120, odoo/upgrade#1802
task-2326407
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prHR 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