changeset 53f396a3432b in modules/timesheet:default
details: https://hg.tryton.org/modules/timesheet?cmd=changeset;node=53f396a3432b
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 145f986cb9a1 -r 53f396a3432b message.xml
--- a/message.xml       Tue Jul 30 23:34:10 2019 +0200
+++ b/message.xml       Fri Aug 09 16:41:24 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_work_company_different_origin">
             <field name="text">The companies associated with work "%(work)s" 
and its origin differ.</field>
         </record>

Reply via email to