Friday, January 30, 2026
2 changes · 18.0
Enhancements to existing features
This update adjusts the way financial reports (FEC exports) are delivered to users. Previously, files were downloaded in bulk, but now they are streamed directly. This change improves efficiency and user experience by avoiding large file downloads.
Original PR description
This PR aims to update controllers and tests since FEC exported files are now streamed to the user instead of being bulk downloaded. task-5404142 Forward-Port-Of: odoo/enterprise#105567 Forward-Port-Of: odoo/enterprise#102783
This update adjusts the NSSF (National Social Security Fund) contribution limits in the Odoo payroll system to align with the latest regulations as of 2026. Specifically, the lower and upper earnings limits have been revised, impacting the maximum combined contribution a worker can make. This ensures compliance with Kenyan tax laws.
Original PR description
This commit updates the NSSF Lower and Upper Earnings Limits in accordance with the 4th year of implementation of the NSSF Act 2013. - Set Lower Earnings Limit (Tier 1) to 9,000. - Set Upper Earnings Limit (Tier 2) to 108,000. - Resulting max combined contribution is now 6,480. Task: 5485002 Forward-Port-Of: odoo/enterprise#105019