trytond-account_reports/message.xml

17 lines
825 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="fiscalyear_start_date">
<field name="text">The initial posting date does not match the fiscal year "%(fiscalyear)s".</field>
</record>
<record model="ir.message" id="fiscalyear_end_date">
<field name="text">The final posting date does not match the fiscal year "%(fiscalyear)s".</field>
</record>
<record model="ir.message" id="timeout_exception">
<field name="text">Report computation timed out. You may consider increasing the timeout of the account reports or export to XLS format.</field>
</record>
</data>
</tryton>