Wednesday, May 11, 2022
1 change · master
New functionality added to Odoo
Payroll work entries can now be based on approved planning slots or actual attendance records instead of only fixed contract schedules. This helps businesses pay hourly workers and overtime more accurately while keeping contract changes reflected consistently in payroll.
Original PR description
Creates a link between the work entries and the planning and attendance apps. Currently work entries are generated by looking at the working schedule on the contract, however this does not allow for employers to pay their employees based on prestated hours. This modules extends the base work entries generation routine to allow for planning/attendances to represent work entries. The goal is also to keep the exact same behaviour as the regularly generated work entries for attendance. Meaning contract changes should affect work entries the same way when using either schedule types. Task ID: 2466871 See odoo/odoo#72552