check for valid address data

This commit is contained in:
Frederik Jaeckel 2024-12-09 15:15:27 +01:00
parent 1e7a021eee
commit 994f9b2880
4 changed files with 80 additions and 0 deletions

View file

@ -23,6 +23,15 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_linetax_invalid_catcode">
<field name="text">Invalid category code at tax '%(taxname)s' (allowed: %(allowed)s).</field>
</record>
<record model="ir.message" id="msg_no_seller_address">
<field name="text">There is no address for the seller party '%(sellerparty)s'.</field>
</record>
<record model="ir.message" id="msg_no_buyer_address">
<field name="text">There is no address for the buyer party '%(buyerparty)s'.</field>
</record>
<record model="ir.message" id="msg_no_address_country">
<field name="text">No country is specified for the address of the party '%(party)s'.</field>
</record>
</data>
</tryton>