[FIX] Translations in intrastat_product

This commit is contained in:
Daniel Duque
2019-06-03 12:51:41 +02:00
committed by Luc De Meyer
parent 5d8c48da79
commit 29a389d16a

View File

@@ -135,9 +135,9 @@ class IntrastatProductDeclaration(models.Model):
@api.model
def _get_action(self):
return [
('replace', 'Replace'),
('append', 'Append'),
('nihil', 'Nihil')]
('replace', _('Replace')),
('append', _('Append')),
('nihil', _('Nihil'))]
@api.depends('company_id')
def _compute_company_country_code(self):