changeset 4a1a37016ffa in modules/account_tax_cash:default
details:
https://hg.tryton.org/modules/account_tax_cash?cmd=changeset;node=4a1a37016ffa
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 8a7b4e244a0d -r 4a1a37016ffa message.xml
--- a/message.xml Mon Jun 03 15:27:41 2019 +0200
+++ b/message.xml Fri Aug 09 16:34:59 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_close_period_line_payment">
<field name="text">To close period "%(period)s" you must link all
payable/receivable lines to invoices.</field>
</record>