新建刀具管理模块 及菜单
This commit is contained in:
18
sf_tool_management/views/menu_view.xml
Normal file
18
sf_tool_management/views/menu_view.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<menuitem id="menu_sf_tool_manage"
|
||||
name="刀具管理"
|
||||
groups="mrp.group_mrp_routings"
|
||||
parent="mrp.menu_mrp_root"
|
||||
sequence="20"/>
|
||||
<menuitem
|
||||
sequence="2"
|
||||
name="功能刀具"
|
||||
id="menu_sf_base"
|
||||
action="sf_base.sf_production_materials"
|
||||
parent="menu_sf_tool_manage"
|
||||
/>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user