Use grouped attribute on message.xml

This commit is contained in:
Juanjo Garcia 2019-09-04 12:36:25 +02:00
parent b2eab1c12a
commit 385e388494

View file

@ -2,7 +2,7 @@
<!-- 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 group="1">
<data grouped="1">
<record model="ir.message" id="missing_product">
<field name="text">Missing product on Line "%(line)s" of reception "%(shipment)s".</field>
</record>