Tuesday, February 17, 2026
5 changes · saas-19.1
Enhancements to existing features
This update improves the performance and stability of our website's image carousel functionality. The Owl library, a key component of our web interface, has been upgraded to the latest version 2.8.2. This ensures continued smooth operation and addresses potential compatibility issues.
Original PR description
Update the OWL lib. Release notes: https://github.com/odoo/owl/releases/tag/v2.8.2 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#248976
This update adjusts Odoo's Indian localization to align with new requirements for GST e-invoices. Specifically, it switches to a new GST Suvidha Provider (GSP) configuration, ensuring accurate and compliant invoice generation. This change is necessary due to recent integration updates with Indian tax authorities.
Original PR description
Update the Indian localization to switch the GST e-invoice GSP (GST Suvidha Provider) configuration to a new provider as required by recent integration updates. This change ensures that GST credentials uses the new GSP configuration and aligns with updated operational requirements. Task: 5379879 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#243296
This update adjusts the calculations for CP200 seizable amounts in the Belgian payroll module (l10n_be_hr_payroll). Specifically, it incorporates a new 2026 valuation factor, ensuring accurate tax calculations for Belgian employees. This change aligns with updated Belgian tax regulations.
Original PR description
Update CP200 Seizable Amount Percentages salary Parameters . Add 2026 valuation task-5478481 Forward-Port-Of: odoo/enterprise#105900
This update adjusts Odoo's payroll system to comply with the new 'One Big Beautiful Bill Act' (OB3) in the US, specifically regarding overtime tax deductions. The changes allow for capped overtime deductions based on income levels, ensuring accurate tax calculations for employees. This update primarily impacts US payroll functionality.
Original PR description
Purpose: In July 2025, the US Federal Government passed the "One Big Beautiful Bill Act" (OB3), which incurred policy changes around taxes, spending, and economic incentives. Odoo will need to adapt…
Purpose: In July 2025, the US Federal Government passed the "One Big Beautiful Bill Act" (OB3), which incurred policy changes around taxes, spending, and economic incentives. Odoo will need to adapt data and features to be compliant with the following changes: - No tax on overtime: Qualified overtime can be deducted, capped at $12,500 for singles and $25,000 if married filing jointly. The deduction is not avaiable if MAGI is over $150,000 for singles and $300,000 if married filing jointly. To adapt to the changes, the following salary rule and rule parameters were added: - l10n_us_hr_payroll_structure_us_employee_qualified_overtime (hr.salary.rule) - rule_parameter_federal_qualified_overtime_deduction_cap (hr.rule.parameter) - rule_parameter_federal_qualified_overtime_deduction_cap_2025 (hr.rule.parameter.value) The new salary rule is meant for informational purposes only. It will always show on the employee payslips if they inputted overtime work entries for the month and if the deduction cap has not been met yet. task-4964361 Forward-Port-Of: odoo/enterprise#107187
This update switches the GSP provider for Indian GST e-invoices to align with recent integration updates. This change ensures Odoo correctly processes and reports on Indian GST data, maintaining compliance with regulatory requirements. It’s a necessary update to support ongoing operations.
Original PR description
Update the Indian localization to switch the GST e-invoice GSP (GST Suvidha Provider) configuration to a new provider as required by recent integration updates. This change ensures that GST credentials uses the new GSP configuration and aligns with updated operational requirements. Task: 5379879 Forward-Port-Of: odoo/enterprise#103984