mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[FIX] Translations in intrastat_product
This commit is contained in:
@@ -148,9 +148,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.multi
|
||||
@api.depends('company_id')
|
||||
|
||||
Reference in New Issue
Block a user