Use grouped attribute on message.xml

This commit is contained in:
Juanjo Garcia 2019-09-04 12:32:44 +02:00
parent 4793f48b33
commit d0d1c548fb

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="not_customer_invoice"> <record model="ir.message" id="not_customer_invoice">
<field name="text">A customer invoice/refund from sale device (%(reference)s) has not been created.</field> <field name="text">A customer invoice/refund from sale device (%(reference)s) has not been created.</field>
</record> </record>