Daily updates from Odoo
Tuesday, May 26, 2026
2 changes · master
Enhancements to existing features
This update implements a new payroll rule specifically for Indonesia, ensuring accurate overtime compensation calculations that comply with local labor regulations. This change improves payroll accuracy and reduces the risk of non-compliance with Indonesian laws. It impacts the HR and Payroll modules.
Original PR description
Created a salary rule for Indonesia overtime calculations to handle overtime compensation according to Indonesian labor regulations. Community PR: https://github.com/odoo/odoo/pull/265439 task-5194128
This update establishes a connection between employee records within the HR Payroll module. This linked list functionality improves data consistency and simplifies payroll processing by maintaining relationships between employees. It's an important improvement for accurate payroll calculations.
Original PR description
This commit adds two helper fields to form a linked list between employee records. task-6159337