Use grouped attribute on message.xml

This commit is contained in:
Juanjo Garcia 2019-09-04 12:02:34 +02:00
parent 5b09029682
commit 036022cc03

View file

@ -2,7 +2,7 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of <!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. --> this repository contains the full copyright notices and license terms. -->
<tryton> <tryton>
<data group="1"> <data grouped="1">
<record model="ir.message" id="missing_facturae_party_info"> <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> <field name="text">Missing Factura-e info in party "%(party)s", review the tab Factura-e of this party: "%(field)s"</field>
</record> </record>