Sunday, January 14, 2024
2 changes · master
Miscellaneous changes
New module that adds peruvian requirements to the website ecommerce * Add fields to the checkout form 1. Identification type 2. City 3. District * Add logic to validate the new fields * Take into account the identification type when validating the VAT in the checkout form * Change label name for the vat field, to show "Number" instead of "VAT number". * Add demo data to display a peruvian website and show products with taxes * Add module translations --- I confirm I have si
Original PR description
New module that adds peruvian requirements to the website ecommerce * Add fields to the checkout form 1. Identification type 2. City 3. District * Add logic to validate the new fields * Take into account the identification type when validating the VAT in the checkout form * Change label name for the vat field, to show "Number" instead of "VAT number". * Add demo data to display a peruvian website and show products with taxes * Add module translations --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#130155
In PR https://github.com/odoo/enterprise/pull/34220 we removed the restriction to be able to show the detraction message if the amount is lower than 700 Soles. This was only done in the XML but also needs to be done in the PDF. Legal Reference: https://orientacion.sunat.gob.pe/como-funcionan-las-detracciones Task Latam: https://latam-localizations.odoo.com/web#id=1147&menu_id=88&cids=1&action=188&model=project.task&view_type=form Before:  After:  Forward-Port-Of: odoo/enterprise#53878