changeset 8d7e2b001590 in modules/account_statement:default
details:
https://hg.tryton.org/modules/account_statement?cmd=changeset;node=8d7e2b001590
description:
Use menu name for window opened from menu
issue9937
review315011002
diffstat:
journal.xml | 2 +-
statement.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 58a6b5d7edc1 -r 8d7e2b001590 journal.xml
--- a/journal.xml Wed Feb 03 21:22:31 2021 +0100
+++ b/journal.xml Tue Feb 09 00:32:17 2021 +0100
@@ -15,7 +15,7 @@
</record>
<record model="ir.action.act_window" id="act_statement_journal_form">
- <field name="name">Statement Journals</field>
+ <field name="name">Journals</field>
<field name="res_model">account.statement.journal</field>
</record>
<record model="ir.action.act_window.view"
id="act_statement_journal_form_view1">
diff -r 58a6b5d7edc1 -r 8d7e2b001590 statement.xml
--- a/statement.xml Wed Feb 03 21:22:31 2021 +0100
+++ b/statement.xml Tue Feb 09 00:32:17 2021 +0100
@@ -297,7 +297,7 @@
</record>
<record model="ir.action.act_window" id="act_line_group_form">
- <field name="name">Statement Line Groups</field>
+ <field name="name">Line Groups</field>
<field name="res_model">account.statement.line.group</field>
</record>
<record model="ir.action.act_window.view"
id="act_line_group_form_view1">