changeset 5905ae299edd in modules/purchase_requisition:default
details: 
https://hg.tryton.org/modules/purchase_requisition?cmd=changeset;node=5905ae299edd
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 e37ed7d8afa8 -r 5905ae299edd message.xml
--- a/message.xml       Sun Jul 28 14:34:20 2019 +0200
+++ b/message.xml       Fri Aug 09 16:38:05 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_warehouse_required">
             <field name="text">A warehouse must be defined for requisition 
"%(requisition)s".</field>
         </record>

Reply via email to