changeset 32c4da7cbba8 in modules/stock_inventory_location:default
details:
https://hg.tryton.org/modules/stock_inventory_location?cmd=changeset;node=32c4da7cbba8
description:
Follow common rule to organize menu entries
issue10118
review347611002
diffstat:
inventory.xml | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 111c1658f464 -r 32c4da7cbba8 inventory.xml
--- a/inventory.xml Sat Dec 19 17:08:47 2020 +0100
+++ b/inventory.xml Sat Feb 27 18:16:29 2021 +0100
@@ -13,8 +13,11 @@
<field name="group" ref="stock.group_stock"/>
</record>
- <menuitem parent="stock.menu_inventory_form"
action="wizard_create_inventory"
- id="menu_create_inventory" sequence="10"/>
+ <menuitem
+ parent="stock.menu_stock"
+ action="wizard_create_inventory"
+ sequence="90"
+ id="menu_create_inventory"/>
<record model="ir.ui.menu-res.group"
id="menu_create_inventory_group_stock">
<field name="menu" ref="menu_create_inventory"/>