Monday, May 11, 2026
1 change · saas-18.4
Enhancements to existing features
This update adjusts the NSSF (National Social Security Fund) payroll deductions to stop when an employee reaches 60 years old. The change ensures compliance with Kenyan regulations, specifically stopping deductions from April for employees whose 60th birthday falls in March. A new unit test confirms this functionality.
Original PR description
[IMP] l10n_ke_payroll: stop NSSF deductions after 60
When the user is creating a payslip and if the age of employee is >=60 the NSSF deductions must stop
(If the 60 years is finished in 10th of March -> it will stop in April (deduction stop starts from next month))
Test:
Unit test is written to check stopping NSSF deductions with dynamic birthday.
task - 6074658
Forward-Port-Of: odoo/enterprise#115236