Thursday, August 22, 2024
1 change
New functionality added to Odoo
A new module has been added to support Colombian e-commerce requirements by enhancing the checkout form with country-specific fields including City, Identification Type, Fiscal Regimen, and Obligation Type. The module validates these fields appropriately and relabels the VAT field as "Identification Number" to match Colombian terminology, improving the checkout experience for Colombian customers.
Original PR description
Add the Colombian E-Commerce localization module that includes: * Add fields to the checkout form: City, Identification Type, Fiscal Regimen, and Obligation Type. * Validate new fields. * Change the label name for 'Vat' to 'Identification Number' * Show obligation type and fiscal regimen blocks only when the identification type is 'NIT'. * Take into account the identification type when validating the VAT in the checkout form. related: https://github.com/odoo/odoo/pull/169205 task-2856566