Daily updates from Odoo
Sunday, January 11, 2026
5 changes
1 change
Resolved issues and error corrections
This update ensures payslips accurately reflect employee data for previous years, resolving an issue where only current year snapshots were updated. The change allows for retroactive updates of payslip years, enabling correct pay 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
1 change
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
3 changes
Resolved issues and error corrections
This update fixes a usability issue in the Sign editor where the document dropdown didn't close properly after selection. The changes include improved hover behavior, consistent styling for actions, and a fix to handle dropdown closures within the PDF iframe, ensuring a smoother user experience.
Original PR description
- Fix hover and pointer behavior on update document action - Apply consistent danger styling to delete action - Ensure dropdown closes correctly after interaction (PDF iframe has its own document so outside-click logic did not apply; add a click listener on the iframe document to close open dropdowns. ) task: 5384677
This update fixes a limitation in how employee data is used for payslip generation. Now, payslips can accurately reflect past year earnings by retroactively updating snapshots, allowing for correct calculations and reporting. This ensures historical payroll data is reliable.
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#103296 Forward-Port-Of: odoo/enterprise#103147
This update resolves a problem preventing connections to IAP Codaclean, which is crucial for accurate financial reporting. The issue was caused by a missing parameter in the connection process, now corrected to ensure seamless integration with Codaclean.
Original PR description
Connections to IAP Codaclean are failing because of missing `enterprise_number` param. no-task-id Forward-Port-Of: odoo/enterprise#103724