evaluation: werte für cashbook, types + test
This commit is contained in:
parent
3278fc7e52
commit
1f7149f472
6 changed files with 358 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue