changeset 84d42074ba06 in modules/stock_lot_sled:default
details: 
https://hg.tryton.org/modules/stock_lot_sled?cmd=changeset;node=84d42074ba06
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 d485a874551d -r 84d42074ba06 message.xml
--- a/message.xml       Wed Aug 07 19:24:54 2019 +0200
+++ b/message.xml       Fri Aug 09 16:40:31 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_lot_modify_expiration_date_period_close">
             <field name="text">You cannot modify expiration dates of lot 
"%(lot)s because it is used on move "%(move)s" in a closed period.</field>
         </record>

Reply via email to