37 lines
1.5 KiB
XML
37 lines
1.5 KiB
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 [Amount]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_cashbook_gldiff">
|
|
<field name="text">Cashbooks [Amount of Profit/Loss]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_cashbook_glperc">
|
|
<field name="text">Cashbooks [Percent of Profit/Loss]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_cashbooks_glvalue">
|
|
<field name="text">Cashbooks [Current Value]</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>
|
|
<record model="ir.message" id="msg_dtype_category">
|
|
<field name="text">Categories</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_name_graph">
|
|
<field name="text">Graph: %(gname)s</field>
|
|
</record>
|
|
|
|
</data>
|
|
</tryton>
|