22 lines
794 B
XML
22 lines
794 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of the cashbook-module from m-ds for Tryton.
|
|
The COPYRIGHT file at the top level of this repository contains the
|
|
full copyright notices and license terms. -->
|
|
<tryton>
|
|
<data>
|
|
|
|
<record model="ir.message" id="msg_invalid_dtype">
|
|
<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>
|