Sunday, January 11, 2026
1 change · master
Resolved issues and error corrections
This update fixes a problem where payslips couldn't accurately reflect employee earnings from previous years. The change now allows for retroactive updates to payslip snapshots, ensuring correct calculations and reporting for historical data. This improves payroll accuracy and compliance.
Original PR description
Currently employee data only updates current year snapshots, which can be an issue when generating payslips for previous years, in this PR we enable retroactive updates by changing the mecanism. The new mecanism updates snapshots of the payslip years, making a reference date usage possible. Forward-Port-Of: odoo/enterprise#103386 Forward-Port-Of: odoo/enterprise#103147