added EDI Invoice

This commit is contained in:
Marcos Sabater 2019-09-11 11:37:08 +02:00
parent 885b40b4ff
commit 17be591167
2 changed files with 6 additions and 1 deletions

View File

@ -254,6 +254,10 @@ msgctxt "selection:party.identifier,type:"
msgid "EDI Receiver"
msgstr "EDI Receptor"
msgctxt "selection:party.identifier,type:"
msgid "EDI Invoice"
msgstr "EDI Factura"
msgctxt "selection:party.identifier,type:"
msgid "EDI Buyer"
msgstr "EDI Comprador"

View File

@ -42,4 +42,5 @@ class PartyIdentifier(metaclass=PoolMeta):
('EDI_receiver', 'EDI Receiver'),
('EDI_supplier', 'EDI Supplier'),
('EDI_payer', 'EDI Payer'),
('EDI_buyer', 'EDI Buyer')])
('EDI_buyer', 'EDI Buyer'),
('EDI_invoice', 'EDI Invoice')])