Daily updates from Odoo
Friday, January 30, 2026
6 changes
3 changes
Enhancements to existing features
This update adjusts the default value for a critical field ('id') across several core Odoo modules, including AI, Approvals, Planning, VoIP, and WhatsApp. This change ensures consistency and simplifies configuration for these features, streamlining the user experience.
Original PR description
* planning,voip,website_helpdesk_livechat,whatsapp "id" is now the default value in the parent class. task-4801145 PR community: https://github.com/odoo/odoo/pull/246122
This update improves the readability of vehicle names within the Odoo Enterprise system. A test related to the fleet report has been updated to align with the new vehicle name format – ensuring consistent reporting accuracy. This change maintains the integrity of the fiscal categories fleet report.
Original PR description
The vehicle display name format has been improved for better readability. Adapt the fiscal categories fleet report test to reflect the new format: - From "Wayne Enterprises/Batmobile/No Plate" - To "No Plate: Wayne Enterprises/Batmobile" This keeps the test consistent with the updated vehicle name representation. task-5013634
This update clarifies the labels used for DIMONA categories within the Belgian HR payroll module. The changes also enforce a specific ordering of these categories, ensuring data consistency and accuracy for payroll calculations. This improves the reliability of payroll reporting and compliance in Belgium.
Original PR description
…ordering Task Id:5478540
2 changes
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
1 change
Enhancements to existing features
This update adjusts the NSSF (National Social Security Fund) contribution limits in the Odoo Enterprise system to align with the latest regulations in Kenya. Specifically, the lower and upper earnings limits for Tier 1 and Tier 2 contributions have been revised, impacting the maximum combined contribution amount.
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