Daily updates from Odoo
Wednesday, December 31, 2025
6 changes · master
Enhancements to existing features
This update prepares Odoo for Brazil's upcoming shift to a new consumption tax system starting in 2026. Users can enable this new system based on their business location and transaction types, and it impacts both tax calculations and EDI processes. The changes adapt existing modules to comply with Avalara's requirements.
Original PR description
2026 marks the start of Brazil's 8-year plan to migrate to a completely new consumption tax system [1]. The new system is meant to be simpler than the old one, but we defer to Avalara for tax…
2026 marks the start of Brazil's 8-year plan to migrate to a completely new consumption tax system [1]. The new system is meant to be simpler than the old one, but we defer to Avalara for tax calculation so we don't really notice it technically. The old and new system have to coexist for the foreseeable future because the rollout happens gradually over many years. Whether the new system has to be enabled depends on the federal state the business is in, the type of transactions they do, and other factors. The user has the option to enable it through the l10n_br_is_icbs Boolean flag on the company, which gates all the new functionality. These changes impact both tax calculation and EDI. This set of modules adapts our existing l10n_br* modules to the new requirements set out by Avalara. We are required to send extra values to their API, and in some cases adapt existing ones. task-4939796 [1] https://www.planalto.gov.br/ccivil_03/leis/lcp/lcp214.htm Forward-Port-Of: odoo/enterprise#102706
This update reflects changes to Mexican tax withholding regulations (ISR) effective January 1, 2026. The update modifies the ‘Mexico: ISR Table’ parameter in the Odoo Enterprise system to align with the new tax rates mandated by the Mexican Tax Resolution, ensuring accurate tax calculations for Mexican payroll.
Original PR description
According to the Mexican Tax Resolution (Resolución Miscelánea Fiscal 2026: https://dof.gob.mx/2025/SHCP/SHCP_281225_01.pdf), the ISR withholding tax tables applicable for the fiscal year have changed, effective January 1, 2026. It is necessary to add a new parameter value for “Mexico: ISR Table” to reflect the new values. target: 19.0 task: 5448019 Forward-Port-Of: odoo/enterprise#103030 Forward-Port-Of: odoo/enterprise#103009
This update enables importing data from Codaclean (CODB) files into Odoo. This streamlines the process of bringing in financial data related to legal cases, improving data accuracy and reducing manual effort. The change is part of a larger effort to enhance data integration within the Odoo Enterprise platform.
Original PR description
Support importing SODA (CODB) files from codaclean. IAP PR: https://github.com/odoo/iap-apps/pull/1253 task-5215628
This update adjusts payroll rule parameters to reflect changes in US tax regulations for the 2026 tax year. These updates ensure accurate salary calculations and maintain compliance with current US payroll laws. This is a critical update to avoid potential financial discrepancies.
Original PR description
Purpose: Certain US Payroll values changes yearly. The payroll rule parameters must be updated for accurate salary calculation for 2026 for compliance. task-5409739 Forward-Port-Of: odoo/enterprise#103016 Forward-Port-Of: odoo/enterprise#102711
Resolved issues and error corrections
This update ensures that a permanent link to newly created support tickets is displayed within the live chat window after a ticket is generated. Previously, this information was only visible temporarily. This change enhances the user experience by making it easier for customers to access and manage their support requests directly from the chat.
Original PR description
**purpose of this PR:** when a ticket is created from a livechat, post a message in the chat with a link for permanently. before this msg was sent as a transient bus notification, so it was not visible after chat refresh. Additionally, the message type has been changed from **comment** to **notification**. task - [5117552](https://www.odoo.com/odoo/project/1519/tasks/5117552) task - [4241782](https://www.odoo.com/odoo/project/1519/tasks/4241782)
This update corrects a restriction imposed by Mexican tax authorities (SAT) on the format of CuentaPredial numbers. The change ensures Odoo Enterprise complies with current SAT regulations, preventing potential issues with tax reporting. This update impacts the l10n_mx_edi module.
Original PR description
SAT has declared the restriction [0-9a-zA-Z]{1,150} for CuentaPredial node
Specification: https://www.sat.gob.mx/sitio_internet/cfd/4/cfdv40.xsd
Forward-Port-Of: odoo/enterprise#102981