Daily updates from Odoo
Thursday, August 22, 2024
2 changes · 17.0
New functionality added to Odoo
This update adds a new module specifically designed to support the unique requirements for printing checks in the Philippines. This allows businesses using Odoo to accurately generate and manage Philippine check formats, ensuring compliance with local regulations and improving financial reporting.
Original PR description
Add a new module that supports printing to the Philippine check format Task id # 3576570
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