trytond-agronomics/message.xml

11 lines
412 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>
</data>
</tryton>