export xrechnung 2.1 ok + test
This commit is contained in:
parent
7e35688043
commit
1306f2a339
6 changed files with 152 additions and 60 deletions
|
@ -11,6 +11,15 @@ 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_uom_code_missing">
|
||||
<field name="text">The UNECE uom code is not configured for unit '%(uomname)s'.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_linetax_invalid_number">
|
||||
<field name="text">The invoice line '%(linename)s' must have exactly one tax (number of taxes currently: %(numtax)d).</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_linetax_invalid_catcode">
|
||||
<field name="text">Invalid category code at tax '%(taxname)s' (allowed: %(allowed)s).</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</tryton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue