Use grouped attribute on message.xml

This commit is contained in:
Juanjo Garcia 2019-09-04 12:33:42 +02:00
parent d2e3924418
commit 0c52c7713b

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="msg_package_quantity">
<field name="text">The quantity "%(qty)s" of product "%(product)s" is not a multiple of it\'s package "%(package)s" quantity "%(package_qty)s".</field>
</record>