trytond-account_reconcile_d.../message.xml

11 lines
511 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="reconciliation_has_party">
<field name="text">You can not reconcile line "%(line)s" because account "%(account)s" has not different party reconciliation active or first reconciliation line the party is "%(party)s".</field>
</record>
</data>
</tryton>