cashbook_report/message.xml
2022-10-31 13:57:39 +01:00

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>