Monday, August 24, 2026
1 change · master
New functionality added to Odoo
Belgian payroll now supports the NSSO deduction for subsidized contract workers and includes it in DMFA reporting. This helps employers calculate the monthly deduction and report the totals per employee more accurately in the payroll declaration.
Original PR description
Implements the NSSO subsidized contract workers deduction (ACS) and DMFA reporting - New salary rule for montly deduction computation. - New method `_is_eligible_for_acs_deduction` on `hr.version` to check eligibility. - Moving mu and deduction 3000 computation to `L10n_BeDmfa` class methods. - New model `l10n_be.dmfa.acs.reduction.line` storing total deduction per employee per dmfa. - Dedicated tab on DMFA form view. - Deduction computation and display on DMFA report using target group deduction. Task:6173205