trytond-agronomics/message.xml

20 lines
995 B
XML
Raw Normal View History

2021-06-30 11:47:53 +02:00
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_beneficiaris_percent">
<field name="text">Beneficiaris of Crop "%(crop)s" and Plantation "%(plantation)s" must sum 100.</field>
</record>
<record model="ir.message" id="msg_vintage_limit">
<field name="text">Product "%(product)s" cannot have more than one Vintage because of its agronomic type.</field>
</record>
<record model="ir.message" id="msg_variety_limit">
<field name="text">Product "%(product)s" cannot have more than one Variety because of its agronomic type.</field>
</record>
2021-09-22 13:05:03 +02:00
<record model="ir.message" id="msg_uom_not_fit">
<field name="text">Inputs from Production template "%(producttion)s" must be of uom "%(uom)s" and we have "%(uoms)s".</field>
</record>
2021-06-30 11:47:53 +02:00
</data>
</tryton>