Daily updates from Odoo
Wednesday, December 20, 2023
1 change · master
Resolved issues and error corrections
Belgian payroll now applies benefits in kind to the first paid payslip in a period, rather than the first payslip overall. This prevents benefits from being assigned to a fully unpaid payslip and helps avoid incorrect payroll treatment when multiple payslips exist for the same period.
Original PR description
Purpose ======= Currently if there is several payslips on the same period, the BIK are applied on the first payslip to avoid double imposition. The issue is when the first payslip is fully unpaid (credit time, unpredictable reasons, ...). Specification ============= Apply the BIK on the first paid payslip instead. task : 3519721