Daily updates from Odoo
Friday, November 20, 2020
2 changes
Enhancements to existing features
Belgian payroll users can now select the work entry type directly when running the time credit wizard, instead of relying on a fixed setting on the contract structure type. This makes time credit setup more flexible and removes an older configuration field that is no longer needed.
Original PR description
…izard
Before this commit:
* The work entry type used to fill the employee calendar for the time credit intervals
was the one specified in the structure_type_id.time_credit_type_id field of the contract.
After this commit:
* The work entry type used to fill the employee calendar for the time credit intervals
can be specified during the credit time wizard.
* The structure_type_id does not have the time_credit_type_id field any more.
Related PR: odoo/upgrade#1881
task-2367915Belgian payroll can now calculate private car reimbursements and representation fees based on eligible attendance entries. This helps ensure these benefits are prorated more accurately when employees have absences, leave, or partial work schedules.
Original PR description
Before this commit:
Private car reimbursement and representation fees were not paid on
the base of attendance
After this commit:
It will be possible to set that a work entry give rights to reimbursement
for:
* private car reimbursement
* representation fees
The slip computation will be based on that and those amounts will
be prorated according to the work entries for which the setting has
been activated.
Related PR: odoo/odoo#60119, odoo/upgrade#1876
task-2346119