changeset 29ff22d744e9 in modules/production_work:default
details: 
https://hg.tryton.org/modules/production_work?cmd=changeset;node=29ff22d744e9
description:
        Use grouped attribute on message.xml

        issue8556
        review272001002
diffstat:

 message.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 51c4de81ab61 -r 29ff22d744e9 message.xml
--- a/message.xml       Mon Jun 17 00:06:32 2019 +0200
+++ b/message.xml       Fri Aug 09 16:36:43 2019 +0200
@@ -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_missing_work_center">
             <field name="text">Could not find a work center of category 
"%(category)s" under "%(parent)s".</field>
         </record>

Reply via email to