trytond-account_invoice_fac.../message.xml

14 lines
677 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="missing_facturae_party_info">
<field name="text">Missing Factura-e info in party "%(party)s", review the tab Factura-e of this party: "%(field)s"</field>
</record>
<record model="ir.message" id="missing_facturae_party_address_info">
<field name="text">Missing Factura-e info in party "%(party)s", review the tab General of this party: "%(field)s"</field>
</record>
</data>
</tryton>