Saturday, January 31, 2026
1 change · master
Resolved issues and error corrections
This update resolves an error occurring when invoices are validated with DIAN, Colombia's tax authority. The issue stemmed from incorrect tag formatting in invoices, which DIAN was rejecting. The fix ensures invoices use the correct 'schemeName' format, allowing successful validation.
Original PR description
Problem: When validating invoices with DIAN, an error is received. Cause: Incorrect tags are being used in the invoices. These tags are checked when invoices are validated with DIAN. Solution: Use the correct tags in the invoices. schemeName should be used instead of scheme_name. Steps to reproduce: - Install l10n_co_dian module - Choose a Colombian company - Activate DIAN service in Settings - Create an invoice and send it while making sure the DIAN checkbox is ticked - Download the generated zip file and uncompress - Open the XML file and check for scheme_name. It should be replaced by schemeName. opw-5829958 Forward-Port-Of: odoo/enterprise#105841 Forward-Port-Of: odoo/enterprise#105659