check for valid address data
This commit is contained in:
parent
1e7a021eee
commit
994f9b2880
4 changed files with 80 additions and 0 deletions
12
locale/de.po
12
locale/de.po
|
@ -30,6 +30,18 @@ msgctxt "model:ir.message,text:msg_linetax_invalid_catcode"
|
|||
msgid "Invalid category code at tax '%(taxname)s' (allowed: %(allowed)s)."
|
||||
msgstr "Ungültiger Kategoriecode an der Steuer '%(taxname)s' (erlaubt: %(allowed)s)."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_no_seller_address"
|
||||
msgid "There is no address for the seller party '%(sellerparty)s'."
|
||||
msgstr "Für die Verkäuferpartei '%(sellerparty)s' existiert keine Adresse."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_no_buyer_address"
|
||||
msgid "There is no address for the buyer party '%(buyerparty)s'."
|
||||
msgstr "Für die Käuferpartei '%(sellerparty)s' existiert keine Adresse."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_no_address_country"
|
||||
msgid "No country is specified for the address of the party '%(party)s'."
|
||||
msgstr "Für die Adresse der Partei '%(party)s' ist kein Land festgelegt."
|
||||
|
||||
|
||||
#######################
|
||||
# party.configuration #
|
||||
|
|
12
locale/en.po
12
locale/en.po
|
@ -26,6 +26,18 @@ msgctxt "model:ir.message,text:msg_linetax_invalid_catcode"
|
|||
msgid "Invalid category code at tax '%(taxname)s' (allowed: %(allowed)s)."
|
||||
msgstr "Invalid category code at tax '%(taxname)s' (allowed: %(allowed)s)."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_no_seller_address"
|
||||
msgid "There is no address for the seller party '%(sellerparty)s'."
|
||||
msgstr "There is no address for the seller party '%(sellerparty)s'."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_no_buyer_address"
|
||||
msgid "There is no address for the buyer party '%(buyerparty)s'."
|
||||
msgstr "There is no address for the buyer party '%(buyerparty)s'."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_no_address_country"
|
||||
msgid "No country is specified for the address of the party '%(party)s'."
|
||||
msgstr "No country is specified for the address of the party '%(party)s'."
|
||||
|
||||
msgctxt "selection:party.configuration,identifier_types:"
|
||||
msgid "X-Rechnung Route-ID"
|
||||
msgstr "X-Rechnung Route-ID"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue