changeset 3d23154f82eb in modules/product_classification_taxonomic:default
details:
https://hg.tryton.org/modules/product_classification_taxonomic?cmd=changeset;node=3d23154f82eb
description:
Use menu name for window opened from menu
issue9937
review315011002
diffstat:
product.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 3ad76ab0f70e -r 3d23154f82eb product.xml
--- a/product.xml Sat Dec 19 17:08:45 2020 +0100
+++ b/product.xml Tue Feb 09 00:32:17 2021 +0100
@@ -129,7 +129,7 @@
</record>
<record model="ir.action.act_window" id="act_cultivar_group_form">
- <field name="name">Cultivar Groups</field>
+ <field name="name">Groups</field>
<field name="res_model">product.cultivar.group</field>
</record>
<record model="ir.action.act_window.view"
id="act_cultivar_group_form_view1">