Wednesday, December 10, 2025
4 changes
2 changes
New functionality added to Odoo
This update adds a report to provide Mexican customers with proof of cancellation requests for their CFDI documents. Currently, the CFDI system doesn't reliably track cancellations, so this report fulfills a customer request for documentation and ensures compliance. It improves transparency and customer satisfaction related to Mexican tax regulations.
Original PR description
The CFDI system does not give you an up-to-date status of cancellations, so the end customer usually requests this document as proof that the cancellation was requested. So we create a new report to show this data. Task Id: 4557272 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update introduces a new field within Odoo's VoIP call records to track whether a call was recorded. This enhancement allows for better management and auditing of recorded calls, providing a more comprehensive history of communications. It improves compliance and reporting capabilities related to voice interactions.
Original PR description
Task-5408013
2 changes
New functionality added to Odoo
This update implements new rules for Mexican export invoices (COMEX) where services are involved. Specifically, when the ‘Servicios’ unit code (99) or ‘E48’ is used, certain fields like value and currency must be set to zero. New tests have been added to ensure compliance with SAT guidelines.
Original PR description
According to the official SAT guidelines and the c_ClaveUnidadAduana catalog, if UnidadAduana unit code is "99" (which corresponds to "Servicios") or ClaveUnidad has the value "E48", the following rules apply: - ValorUnitarioAduana must be 0. - ValorDolares must be 0. - FraccionArancelaria should not exist. Add test for COMEX invoices with service target: 19.0 task-5257001
This update adds demo tax data and sample invoices for the Arabic localization (l10n_ar) in Odoo. This allows internal teams and reviewers to quickly test and verify that the legal tax reporting requirements are correctly implemented without needing to set up complex tax configurations. It streamlines the testing process for this important feature.
Original PR description
**Purpose of the PR** This PR introduces demo data to facilitate testing of the legal requirement implemented in v16 and forward-ported to all supported versions. **What it does** - Provides demo taxes (e.g., national, other categories). - Adds demo invoices combining different taxes. **Why** The demo data allows users and reviewers to quickly verify that the correct legal legend is displayed without having to manually configure taxes and create invoices. References: Adhoc task 53768 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr CLA PR: https://github.com/odoo/odoo/pull/226715 Forward-Port-Of: odoo/odoo#237932 Forward-Port-Of: odoo/odoo#226938