Use grouped instead of group in data.

This commit is contained in:
Albert Cervera i Areny 2020-06-15 01:01:25 +02:00
parent 7cd73cb857
commit 40198ffaec
1 changed files with 1 additions and 1 deletions

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="forbidden_user">
<field name="text">The user \"%(user)s\" cannot approve/reject the approval request
\"%(request)s\" because he isn't in the request's Group.</field>