some new feautres

This commit is contained in:
Àngel Àlvarez 2021-06-30 11:47:53 +02:00
parent c85c8c4cdb
commit 6a93796643
1 changed files with 10 additions and 0 deletions

10
message.xml Normal file
View File

@ -0,0 +1,10 @@
<?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>