新增同步cloud的刀具标准库接口
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
<field name="res_model">sf.cutting.tool.type</field>
|
||||
<field name="view_mode">tree</field>
|
||||
</record>
|
||||
<!-- 刀具型号action -->
|
||||
<record id="action_sf_cutting_tool" model="ir.actions.act_window">
|
||||
<field name="name">刀具型号</field>
|
||||
<!-- 刀具标准库action -->
|
||||
<record id="action_sf_cutting_tool_standard_library" model="ir.actions.act_window">
|
||||
<field name="name">刀具标准库</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">sf.cutting.tool.model</field>
|
||||
<field name="res_model">sf.cutting_tool.standard.library</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 功能刀具action -->
|
||||
@@ -61,14 +61,13 @@
|
||||
sequence="2"
|
||||
action="action_sf_cutting_tool_type"
|
||||
/>
|
||||
<!-- 刀具型号 -->
|
||||
<!-- <menuitem-->
|
||||
<!-- id="menu_sf_integral_cutting_tool"-->
|
||||
<!-- parent="menu_sf_cutting_tool"-->
|
||||
<!-- name="刀具型号"-->
|
||||
<!-- sequence="3"-->
|
||||
<!-- action="action_sf_cutting_tool"-->
|
||||
<!-- />-->
|
||||
<menuitem
|
||||
id="menu_sf_cutting_tool_standard_library"
|
||||
parent="menu_sf_cutting_tool"
|
||||
name="刀具标准库"
|
||||
sequence="3"
|
||||
action="action_sf_cutting_tool_standard_library"
|
||||
/>
|
||||
<!-- 功能刀具 -->
|
||||
<!-- <menuitem-->
|
||||
<!-- id="menu_sf_functional_cutting_tool"-->
|
||||
|
||||
Reference in New Issue
Block a user