changeset 15e3f71ad632 in modules/timesheet_cost:default
details: 
https://hg.tryton.org/modules/timesheet_cost?cmd=changeset;node=15e3f71ad632
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 7b00fba264cb -r 15e3f71ad632 message.xml
--- a/message.xml       Thu Aug 08 08:29:55 2019 +0200
+++ b/message.xml       Fri Aug 09 16:41:28 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_employee_unique_cost_price_date">
             <field name="text">An employee can only have one cost price by 
date.</field>
         </record>

Reply via email to