trytonpsk-party_personal/message.xml

14 lines
525 B
XML

<?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_no_parties">
<field name="text">There is not parties.</field>
</record>
<record model="ir.message" id="msg_birthday">
<field name="text">The birthdate shouldn't be greater than today's date.</field>
</record>
</data>
</tryton>