trytond-account_invoice_pos.../messages.xml

14 lines
793 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_draft_closed_period">
<field name="text">You cannot create an account compesantion move in the period %(period)s because is closed.</field>
</record>
<record model="ir.message" id="msg_invoice_in_payment">
<field name="text">The invoice %(invoice)s could not be possible to draft, becasue it have one or more move lines in payments [IDs: %(payments)s]. This means that is possible that this payment will be in a payment group and this group upload on a Bank.</field>
</record>
</data>
</tryton>