Daily updates from Odoo
Tuesday, January 13, 2026
1 change · master
New functionality added to Odoo
This update introduces a new module specifically for India payroll, aligning salary configurations with new Indian employee pay structures. It includes features like spouse/children coverage calculations and a new Provident Fund (PF) opt-in system, ensuring accurate cost projections and compliance with Indian regulations.
Original PR description
In this PR, define new salary configuration according to new fields introduce for indian employees pay structure. Adds the new l10n_in_hr_contract_salary module with its manifest, benefit definitions, resume lines, and demo data so India-specific packages show up in the configurator. Extends the India salary configurator controller to copy tailored fields into new versions, toggle optional allowances via radio choices, recompute yearly cost deltas, and keep resume totals aligned with dependent medical insurance pricing. Updates hr.contract.salary.offer so selecting spouse/children coverage adds the true incremental cost to monthly benefits using a helper that contrasts base vs extended medical insurance. Introduces an explicit PF opt-in flag on versions/employees and wires PF employee/employer computations and serialized values to that flag, ensuring contributions drop to zero when someone opts out. task-4929771