Skip to content
Snippets Groups Projects
Commit 0940bfcf authored by Josse Colpaert's avatar Josse Colpaert
Browse files

[FIX] l10n_cl: avoid warnings on module install

X-original-commit: c6a00ff1
parent 194e49a9
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ base.CNY,48,CNY,RENMINBI,1,,¥,,
base.COP,129,COP,PESO COL,1,,$,,
base.ECS,130,ECS,SUCRE,1,,S/.,,
base.EUR,142,EUR,EURO,0.01,before,€,Euros,
base.GBR,102,GBR,LIBRA EST,1,,£,,
base.GBP,102,GBR,LIBRA EST,1,,£,,
base.HKD,127,HKD,DOLAR HK,1,,$,,
base.INR,137,INR,RUPIA,1,,₹,,
base.JPY,72,JPY,YEN,1,,¥,,
......@@ -23,9 +23,9 @@ base.PYG,23,PYG,GUARANI,1,,₲,,
base.SEK,113,SEK,CORONA SC,1,,kr,,
base.SGD,136,SGD,DOLAR SIN,1,,$,,
base.TWD,138,TWD,DOLAR TAI,1,,NT$,,
base.UF,,UF,Unidad de Fomento,0.01,after,UF,Unidad de Fomento,
l10n_cl.UF,,UF,Unidad de Fomento,0.01,after,UF,Unidad de Fomento,
base.USD,13,USD,DOLAR USA,0.01,before,$,Dollars,
base.UTM,,UTM,Unidad Tributaria Mensual,0.01,after,UTM,Unidad Tributaria Mensual,
l10n_cl.UTM,,UTM,Unidad Tributaria Mensual,0.01,after,UTM,Unidad Tributaria Mensual,
base.UYU,26,UYU,PESO URUG,1,,$,,
base.VEF,134,VEF,BOLIVAR,1,,Bs.F,,
base.ZAR,128,ZAR,RAND,1,,R,,
......
......@@ -7,7 +7,7 @@ class AccountJournal(models.Model):
_inherit = "account.journal"
l10n_cl_sequence_ids = fields.Many2many(
'ir.sequence', 'l10n_cl_journal_sequence_rel', 'journal_id', 'sequence_id', string='Sequences',
'ir.sequence', 'l10n_cl_journal_sequence_rel', 'journal_id', 'sequence_id', string='Sequences (cl)',
domain="[('l10n_latam_document_type_id', '!=', False)]")
def button_create_new_sequences(self):
......
......@@ -9,4 +9,4 @@ class ResPartner(models.Model):
l10n_cl_customs_code = fields.Char('Customs Code')
l10n_cl_customs_name = fields.Char('Customs Name')
l10n_cl_customs_abbreviation = fields.Char('Customs Name')
l10n_cl_customs_abbreviation = fields.Char('Customs Abbreviation')
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