Wednesday, December 31, 2025
6 changes · saas-19.1
Enhancements to existing features
This update adjusts payroll rule parameters to reflect changes in US tax regulations for the 2026 tax year. Ensuring these parameters are current is crucial for accurate salary calculations and maintaining compliance with US payroll laws. This change supports ongoing operational accuracy.
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#102759 Forward-Port-Of: odoo/enterprise#102711
This update simplifies the testing process for our Point of Sale (POS) system. The testing framework has been reorganized to isolate individual steps, making it much easier to identify and resolve any issues. This change improves the reliability and speed of our POS testing.
Original PR description
Following this commit: ==== - Initially `test_01_pos_basic_order` now runs multiple tours in parallel. - Now each tour has been split into its own independent method. - This separation improves readability and significantly simplifies debugging. task-5349813 Forward-Port-Of: odoo/odoo#237729
This update reflects changes to Mexican withholding tax rates (ISR) mandated by the latest tax resolution. The update adjusts the ‘Mexico: ISR Table’ parameter in the Odoo system to align with the new tax tables effective January 1, 2026. This ensures accurate tax calculations for Mexican businesses using Odoo Enterprise.
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#103009
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. The changes adapt existing tax calculation modules to comply with the new requirements, utilizing Avalara for tax processing.
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 enhances how Odoo automatically updates settings related to IAP (In-App Purchases). Specifically, it now includes a unique user identifier (DBUUID) to ensure settings updates are more accurate and reliable, leading to a smoother user experience. This change improves the consistency of settings across the system.
Original PR description
https://github.com/odoo/iap-apps/pull/1309/
This update makes key JavaScript utilities within the 'pos_blackbox_be' module more easily accessible. By allowing these utilities to be imported into other files, the team can streamline future development and improve code organization. This change supports ongoing maintenance and potential enhancements to the point-of-sale system.
Original PR description
This commit puts export in front of some of the blackbox js utils/services/constants to make them importable from other files in the future. Forward-Port-Of: odoo/enterprise#99445 Forward-Port-Of: odoo/enterprise#99391