131 lines
3.7 KiB
XML
131 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
|
|
<!-- <menuitem action="mrp_production_action"-->
|
|
<!-- id="menu_mrp_production_action"-->
|
|
<!-- parent="menu_mrp_manufacturing"-->
|
|
<!-- sequence="1"/>-->
|
|
<!-- name="Manufacturing-->
|
|
<!-- menu_mrp_configuration-->
|
|
<!--parent="menu_mrp_configuration"-->
|
|
<!-- <menuitem id="menu_mrp_config"
|
|
name="Settings"
|
|
parent="menu_mrp_configuration"
|
|
sequence="0"
|
|
action="action_mrp_configuration"
|
|
groups="base.group_system"/>-->
|
|
<menuitem
|
|
id="menu_mrs_machine_tool"
|
|
parent="mrp.menu_mrp_configuration"
|
|
name="机床注册"
|
|
sequence="0"
|
|
action="action_mrs_machine_tool"
|
|
/>
|
|
|
|
<menuitem
|
|
sequence="0"
|
|
name="基础数据"
|
|
id="menu_mrs_base"
|
|
action="mrs_production_materials"
|
|
parent="mrp.menu_mrp_configuration"
|
|
/>
|
|
<menuitem
|
|
id="menu_mrs_production_materials_1"
|
|
name="原材料"
|
|
parent="mrp.menu_mrp_configuration"
|
|
sequence="0"
|
|
|
|
/>
|
|
|
|
<menuitem
|
|
id="menu_sf_product_template"
|
|
name="产品"
|
|
parent="menu_mrs_base"
|
|
sequence="1"
|
|
action="sf_product_template"
|
|
/>
|
|
|
|
<menuitem
|
|
id="menu_mrs_production_process_1"
|
|
name="工艺"
|
|
parent="mrp.menu_mrp_configuration"
|
|
sequence="0"
|
|
|
|
/>
|
|
|
|
|
|
<menuitem
|
|
id="menu_mrs_production_process"
|
|
name="表面工艺"
|
|
parent="menu_mrs_production_process_1"
|
|
sequence="1"
|
|
action="mrs_production_process"
|
|
/>
|
|
|
|
|
|
<menuitem
|
|
id="menu_mrs_production_materials"
|
|
name="材料"
|
|
parent="menu_mrs_production_materials_1"
|
|
sequence="1"
|
|
action="mrs_production_materials"
|
|
|
|
|
|
/>
|
|
<menuitem
|
|
id="menu_mrs_materials_model"
|
|
name="材料型号"
|
|
parent="menu_mrs_production_materials_1"
|
|
sequence="1"
|
|
action="mrs_materials_model"
|
|
|
|
|
|
/>
|
|
|
|
|
|
<menuitem
|
|
id="menu_mrs_processing_technology"
|
|
name="加工工艺"
|
|
parent="menu_mrs_production_process_1"
|
|
sequence="1"
|
|
action="mrs_processing_technology"/>
|
|
|
|
|
|
<menuitem
|
|
id="menu_mrs_machine_brand"
|
|
parent="menu_mrs_base"
|
|
name="品牌"
|
|
sequence="1"
|
|
action="action_mrs_machine_brand"/>
|
|
|
|
<menuitem
|
|
id="menu_mrs_machine_tool_type"
|
|
parent="menu_mrs_base"
|
|
name="机床型号"
|
|
sequence="1"
|
|
action="action_mrs_machine_tool_type"/>
|
|
|
|
<menuitem
|
|
id="menu_mrs_cutting_tool"
|
|
parent="mrp.menu_mrp_configuration"
|
|
name="刀具"
|
|
sequence="0"/>
|
|
|
|
<menuitem
|
|
id="menu_mrs_cutting_tool_category"
|
|
parent="menu_mrs_cutting_tool"
|
|
name="刀具类别"
|
|
sequence="1"
|
|
action="action_mrs_cutting_tool_category"/>
|
|
|
|
<menuitem
|
|
id="menu_mrs_cutting_tool_type"
|
|
parent="menu_mrs_cutting_tool"
|
|
name="刀具型号"
|
|
sequence="1"
|
|
action="action_mrs_cutting_tool_type"/>
|
|
|
|
|
|
</data>
|
|
</odoo> |