changeset 26476ec25cd2 in modules/stock_package_shipping_dpd:default
details: 
https://hg.tryton.org/modules/stock_package_shipping_dpd?cmd=changeset;node=26476ec25cd2
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 85bcc9a056c8 -r 26476ec25cd2 message.xml
--- a/message.xml       Thu May 30 09:35:10 2019 +0200
+++ b/message.xml       Fri Aug 09 16:40:57 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_dpd_webservice_error">
             <field name="text">DPD webservice call failed with the following 
error message:
 %(message)s</field>

Reply via email to