cashbook_report/message.xml

26 lines
924 B
XML
Raw Normal View History

<?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>
2022-11-03 22:28:57 +00:00
<record model="ir.message" id="msg_name_graph">
<field name="text">Graph: %(gname)s</field>
</record>
</data>
</tryton>