evaluation: werte für cashbook, types + test

This commit is contained in:
Frederik Jaeckel 2022-10-31 13:57:39 +01:00
parent 3278fc7e52
commit 1f7149f472
6 changed files with 358 additions and 21 deletions

View file

@ -6,11 +6,17 @@ full copyright notices and license terms. -->
<data>
<record model="ir.message" id="msg_invalid_dtype">
<field name="text">Type of evaluation must be '%(dtype)s'.</field>
<field name="text">Type of evaluation must be '%(typename)s'.</field>
</record>
<record model="ir.message" id="msg_dtype_cashbook">
<field name="text">Cashbooks</field>
</record>
<record model="ir.message" id="msg_dtype_type">
<field name="text">Types of Cashbooks</field>
</record>
<record model="ir.message" id="msg_dtype_currency">
<field name="text">Currencies</field>
</record>
</data>
</tryton>