base_usability: Add vat, ref and commercial_ref in _display_full_address()

Add fr translation
This commit is contained in:
Alexis de Lattre
2021-02-17 17:49:00 +01:00
parent a0d73834ad
commit c3f72a9b68
5 changed files with 391 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ class ResCompany(models.Model):
'label': _('Website:')},
'vat': {
'value': self.vat,
'label': _('TVA :')}, # TODO translate
'label': _('VAT:')},
}
return options