Skip to content
Snippets Groups Projects
Commit d575fbd7 authored by Josse Colpaert's avatar Josse Colpaert Committed by fw-bot
Browse files

[FIX] l10n_co: change name of RUT document type to NIT


The RUT is the Registro Único Tributario;
the NIT is the Número de Identificación Tributaria.

The number that is used is thus the NIT.

opw 2082599

closes odoo/odoo#38526

X-original-commit: 1db209ac
Signed-off-by: default avatarNans Lefebvre (len) <len@odoo.com>
parent 400a1f7b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ from odoo import api, fields, models
class ResPartner(models.Model):
_inherit = 'res.partner'
l10n_co_document_type = fields.Selection([('rut', 'RUT'),
l10n_co_document_type = fields.Selection([('rut', 'NIT'),
('id_document', 'Cédula'),
('id_card', 'Tarjeta de Identidad'),
('passport', 'Pasaporte'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment