trytond-aeat_347/message.xml

14 lines
532 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="invalid_currency">
<field name="text">Currency in AEAT 347 report "%(report)s" must be Euro.</field>
</record>
<record model="ir.message" id="msg_invalid_year">
<field name="text">The year "%(year)s" is not valid.</field>
</record>
</data>
</tryton>