changeset 867d67a2cc16 in modules/analytic_account:default
details: 
https://hg.tryton.org/modules/analytic_account?cmd=changeset;node=867d67a2cc16
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 b389cbbf8477 -r 867d67a2cc16 message.xml
--- a/message.xml       Wed Aug 07 23:23:06 2019 +0200
+++ b/message.xml       Fri Aug 09 16:35:07 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_invalid_distribution">
             <field name="text">To save account "%(account)s" the sum of their 
distributions must be 100%%.</field>
         </record>

Reply via email to