changeset 955205d145bf in modules/purchase_secondary_unit:default
details:
https://hg.tryton.org/modules/purchase_secondary_unit?cmd=changeset;node=955205d145bf
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 2fb619b925d5 -r 955205d145bf message.xml
--- a/message.xml Sun Jul 28 14:44:53 2019 +0200
+++ b/message.xml Fri Aug 09 16:42:37 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_secondary_uom_incompatible_factor_rate">
<field name="text">Incompatible secondary factor and rate values
for "%(record)s".</field>
</record>