OCA / l10n-chile

Odoo Chilean Localization
6 stars 36 forks source link

RUT/VAT should be stored with format CL12345678-9 #81

Open dreispt opened 4 years ago

dreispt commented 4 years ago

This is standard format expected by Odoo base_vat. See https://github.com/odoo/odoo/blob/12.0/addons/base_vat/models/res_partner.py#L39

RUT validation is out of the box from Odoo, and does not need to be in l10n_cl_toponym.

For better UX, a l10n_cl_rut computed field could be added, to display the RUT in a 12.345.678-9 format.

This has impact in electronic documents communication, and I have particular concerns related to the Xerox integration.

dreispt commented 4 years ago

Ping @max3903 @nelsonramirezs @rto-odoo