2022-10-29 21:05:27 +00:00
|
|
|
<?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">
|
2022-10-31 12:57:39 +00:00
|
|
|
<field name="text">Type of evaluation must be '%(typename)s'.</field>
|
2022-10-29 21:05:27 +00:00
|
|
|
</record>
|
|
|
|
<record model="ir.message" id="msg_dtype_cashbook">
|
|
|
|
<field name="text">Cashbooks</field>
|
|
|
|
</record>
|
2022-10-31 12:57:39 +00:00
|
|
|
<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>
|
2022-10-29 21:05:27 +00:00
|
|
|
|
|
|
|
</data>
|
|
|
|
</tryton>
|