changeset d7303f23b9b8 in modules/stock_forecast:default
details:
https://hg.tryton.org/modules/stock_forecast?cmd=changeset;node=d7303f23b9b8
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 544dc9f36931 -r d7303f23b9b8 message.xml
--- a/message.xml Mon May 06 15:14:52 2019 +0200
+++ b/message.xml Fri Aug 09 16:40:13 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_forecast_date_overlap">
<field name="text">The forecasts "%(first)s" and "%(second)s"
overlap, you must use different dates.</field>
</record>