changeset cf1943c40aa1 in modules/account_stock_anglo_saxon:default
details:
https://hg.tryton.org/modules/account_stock_anglo_saxon?cmd=changeset;node=cf1943c40aa1
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 ba39fd1b50da -r cf1943c40aa1 message.xml
--- a/message.xml Mon May 06 14:58:55 2019 +0200
+++ b/message.xml Fri Aug 09 16:34:41 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_invoice_line_stock_move_different_product">
<field name="text">The invoice line "%(line)s" is linked to stock
moves of other products than "%(product)s".
This may compute a wrong COGS.</field>