Use grouped attribute on message.xml

This commit is contained in:
Juanjo Garcia 2019-09-04 12:33:32 +02:00
parent 57edc4375f
commit a4cd0b81aa

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="user_group_process2draft">
<field name="text">Only the users of the group "Sales process to draft" can draft a processing sale.</field>
</record>