facturx: check unece codes at tax

This commit is contained in:
Frederik Jaeckel 2024-12-09 13:24:39 +01:00
parent 30ad2c5201
commit 0150aead02
7 changed files with 154 additions and 118 deletions

View file

@ -11,6 +11,9 @@ full copyright notices and license terms. -->
<record model="ir.message" id="mds_tax_category_missing">
<field name="text">The UNECE tax category is not configured for tax '%(taxname)s'.</field>
</record>
<record model="ir.message" id="msg_tax_code_missing">
<field name="text">The UNECE tax code is not configured for tax '%(taxname)s'.</field>
</record>
<record model="ir.message" id="msg_uom_code_missing">
<field name="text">The UNECE uom code is not configured for unit '%(uomname)s'.</field>
</record>