部分cloud>sf同步接口已完成并测试
This commit is contained in:
@@ -2,241 +2,241 @@
|
||||
<odoo>
|
||||
<data>
|
||||
<!-- action -->
|
||||
<record id="action_mrs_cutting_tool" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool" model="ir.actions.act_window">
|
||||
<field name="name">整体式刀具型号</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.integral.cutting.tool</field>
|
||||
<field name="res_model">sf.integral.cutting.tool</field>
|
||||
<!-- <field name="view_type">form</field> -->
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 功能刀具action -->
|
||||
<record id="action_mrs_functional_cutting_tool" model="ir.actions.act_window">
|
||||
<record id="action_sf_functional_cutting_tool" model="ir.actions.act_window">
|
||||
<field name="name">功能刀具型号</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.functional.cutting.tool</field>
|
||||
<field name="res_model">sf.functional.cutting.tool</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 刀片action -->
|
||||
<record id="action_mrs_cutting_tool_blade" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool_blade" model="ir.actions.act_window">
|
||||
<field name="name">刀片型号</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.blade</field>
|
||||
<field name="res_model">sf.blade</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 刀杆action -->
|
||||
<record id="action_mrs_cutting_tool_rod" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool_rod" model="ir.actions.act_window">
|
||||
<field name="name">刀杆型号</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.cutter.bar</field>
|
||||
<field name="res_model">sf.cutter.bar</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 刀盘action -->
|
||||
<record id="action_mrs_cutting_tool_disc" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool_disc" model="ir.actions.act_window">
|
||||
<field name="name">刀盘型号</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.cutter.pad</field>
|
||||
<field name="res_model">sf.cutter.pad</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 刀柄action -->
|
||||
<record id="action_mrs_cutting_tool_handle" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool_handle" model="ir.actions.act_window">
|
||||
<field name="name">刀柄型号</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.handle</field>
|
||||
<field name="res_model">sf.handle</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 夹头action -->
|
||||
<record id="action_mrs_cutting_tool_clamp_head" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool_clamp_head" model="ir.actions.act_window">
|
||||
<field name="name">夹头型号</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.chuck</field>
|
||||
<field name="res_model">sf.chuck</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 功能刀具类型action -->
|
||||
<record id="action_mrs_functional_cutting_tool_type" model="ir.actions.act_window">
|
||||
<record id="action_sf_functional_cutting_tool_type" model="ir.actions.act_window">
|
||||
<field name="name">功能刀具类型</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.functional.cutting.tool.model</field>
|
||||
<field name="res_model">sf.functional.cutting.tool.model</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 整体式刀具类型action -->
|
||||
<record id="action_mrs_integral_cutting_tool_type" model="ir.actions.act_window">
|
||||
<record id="action_sf_integral_cutting_tool_type" model="ir.actions.act_window">
|
||||
<field name="name">整体式刀具类型</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.integral.cutting.tool.model</field>
|
||||
<field name="res_model">sf.integral.cutting.tool.model</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 刀片类型action -->
|
||||
<record id="action_mrs_cutting_tool_blade_type" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool_blade_type" model="ir.actions.act_window">
|
||||
<field name="name">刀片类型</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.blade.model</field>
|
||||
<field name="res_model">sf.blade.model</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 刀杆类型action -->
|
||||
<record id="action_mrs_cutting_tool_rod_type" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool_rod_type" model="ir.actions.act_window">
|
||||
<field name="name">刀杆类型</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.cutter.bar.model</field>
|
||||
<field name="res_model">sf.cutter.bar.model</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 刀盘类型action -->
|
||||
<record id="action_mrs_cutting_tool_disc_type" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool_disc_type" model="ir.actions.act_window">
|
||||
<field name="name">刀盘类型</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.cutter.pad.model</field>
|
||||
<field name="res_model">sf.cutter.pad.model</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 刀柄类型action -->
|
||||
<record id="action_mrs_cutting_tool_handle_type" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool_handle_type" model="ir.actions.act_window">
|
||||
<field name="name">刀柄类型</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.handle.model</field>
|
||||
<field name="res_model">sf.handle.model</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<!-- 夹头类型action -->
|
||||
<record id="action_mrs_cutting_tool_clamp_head_type" model="ir.actions.act_window">
|
||||
<record id="action_sf_cutting_tool_clamp_head_type" model="ir.actions.act_window">
|
||||
<field name="name">夹头类型</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">mrs.chuck.model</field>
|
||||
<field name="res_model">sf.chuck.model</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
|
||||
<!-- 刀具 -->
|
||||
<!-- <menuitem -->
|
||||
<!-- id="menu_mrs_cutting_tool" -->
|
||||
<!-- id="menu_sf_cutting_tool" -->
|
||||
<!-- parent="mrp.menu_mrp_configuration" -->
|
||||
<!-- name="刀具" -->
|
||||
<!-- sequence="3" -->
|
||||
<!-- /> -->
|
||||
|
||||
<!-- 功能刀具 -->
|
||||
<!-- parent="menu_mrs_cutting_tool" -->
|
||||
<!-- parent="menu_sf_cutting_tool" -->
|
||||
<menuitem
|
||||
id="menu_mrs_functional_cutting_tool"
|
||||
id="menu_sf_functional_cutting_tool"
|
||||
parent="menu_sf_base"
|
||||
name="功能刀具"
|
||||
sequence="3"
|
||||
action="action_mrs_functional_cutting_tool"
|
||||
action="action_sf_functional_cutting_tool"
|
||||
/>
|
||||
<!-- --><!-- 刀具物料 -->
|
||||
<!-- <menuitem -->
|
||||
<!-- id="menu_mrs_cutting_tool_material" -->
|
||||
<!-- parent="menu_mrs_cutting_tool" -->
|
||||
<!-- id="menu_sf_cutting_tool_material" -->
|
||||
<!-- parent="menu_sf_cutting_tool" -->
|
||||
<!-- name="刀具物料" -->
|
||||
<!-- sequence="1" -->
|
||||
<!-- /> -->
|
||||
|
||||
<!-- --><!-- 刀头 -->
|
||||
<!-- <menuitem -->
|
||||
<!-- id="menu_mrs_cutting_tool_head" -->
|
||||
<!-- parent="menu_mrs_cutting_tool" -->
|
||||
<!-- id="menu_sf_cutting_tool_head" -->
|
||||
<!-- parent="menu_sf_cutting_tool" -->
|
||||
<!-- name="刀头" -->
|
||||
<!-- sequence="2" -->
|
||||
<!-- /> -->
|
||||
|
||||
<!-- 整体式刀具 -->
|
||||
<menuitem
|
||||
id="menu_mrs_integral_cutting_tool"
|
||||
id="menu_sf_integral_cutting_tool"
|
||||
parent="menu_sf_base"
|
||||
name="整体式刀具型号"
|
||||
sequence="9"
|
||||
action="action_mrs_cutting_tool"
|
||||
action="action_sf_cutting_tool"
|
||||
/>
|
||||
<!-- 刀片 -->
|
||||
<menuitem
|
||||
id="menu_mrs_cutting_tool_blade"
|
||||
id="menu_sf_cutting_tool_blade"
|
||||
parent="menu_sf_base"
|
||||
name="刀片型号"
|
||||
sequence="12"
|
||||
action="action_mrs_cutting_tool_blade"
|
||||
action="action_sf_cutting_tool_blade"
|
||||
/>
|
||||
<!-- 刀杆 -->
|
||||
<menuitem
|
||||
id="menu_mrs_cutting_tool_rod"
|
||||
id="menu_sf_cutting_tool_rod"
|
||||
parent="menu_sf_base"
|
||||
name="刀杆型号"
|
||||
sequence="16"
|
||||
action="action_mrs_cutting_tool_rod"
|
||||
action="action_sf_cutting_tool_rod"
|
||||
/>
|
||||
<!-- 刀盘 -->
|
||||
<menuitem
|
||||
id="menu_mrs_cutting_tool_disc"
|
||||
id="menu_sf_cutting_tool_disc"
|
||||
parent="menu_sf_base"
|
||||
name="刀盘型号"
|
||||
sequence="20"
|
||||
action="action_mrs_cutting_tool_disc"
|
||||
action="action_sf_cutting_tool_disc"
|
||||
/>
|
||||
<!-- 刀柄 -->
|
||||
<menuitem
|
||||
id="menu_mrs_cutting_tool_handle"
|
||||
id="menu_sf_cutting_tool_handle"
|
||||
parent="menu_sf_base"
|
||||
name="刀柄型号"
|
||||
sequence="28"
|
||||
action="action_mrs_cutting_tool_handle"
|
||||
action="action_sf_cutting_tool_handle"
|
||||
/>
|
||||
<!-- 夹头 -->
|
||||
<menuitem
|
||||
id="menu_mrs_cutting_tool_clamp_head"
|
||||
id="menu_sf_cutting_tool_clamp_head"
|
||||
parent="menu_sf_base"
|
||||
name="夹头型号"
|
||||
sequence="36"
|
||||
action="action_mrs_cutting_tool_clamp_head"
|
||||
action="action_sf_cutting_tool_clamp_head"
|
||||
/>
|
||||
<!-- 功能刀具类型 -->
|
||||
<menuitem
|
||||
id="menu_mrs_functional_cutting_tool_type"
|
||||
id="menu_sf_functional_cutting_tool_type"
|
||||
parent="menu_sf_base"
|
||||
name="功能刀具类型"
|
||||
sequence="40"
|
||||
action="action_mrs_functional_cutting_tool_type"
|
||||
action="action_sf_functional_cutting_tool_type"
|
||||
/>
|
||||
<!-- 整体式刀具类型 -->
|
||||
<menuitem
|
||||
id="menu_mrs_integral_cutting_tool_type"
|
||||
id="menu_sf_integral_cutting_tool_type"
|
||||
parent="menu_sf_base"
|
||||
name="整体式刀具类型"
|
||||
sequence="44"
|
||||
action="action_mrs_integral_cutting_tool_type"
|
||||
action="action_sf_integral_cutting_tool_type"
|
||||
/>
|
||||
<!-- 刀片类型 -->
|
||||
<menuitem
|
||||
id="menu_mrs_cutting_tool_blade_type"
|
||||
id="menu_sf_cutting_tool_blade_type"
|
||||
parent="menu_sf_base"
|
||||
name="刀片类型"
|
||||
sequence="48"
|
||||
action="action_mrs_cutting_tool_blade_type"
|
||||
action="action_sf_cutting_tool_blade_type"
|
||||
/>
|
||||
<!-- 刀杆类型 -->
|
||||
<menuitem
|
||||
id="menu_mrs_cutting_tool_rod_type"
|
||||
id="menu_sf_cutting_tool_rod_type"
|
||||
parent="menu_sf_base"
|
||||
name="刀杆类型"
|
||||
sequence="52"
|
||||
action="action_mrs_cutting_tool_rod_type"
|
||||
action="action_sf_cutting_tool_rod_type"
|
||||
/>
|
||||
<!-- 刀盘类型 -->
|
||||
<menuitem
|
||||
id="menu_mrs_cutting_tool_disc_type"
|
||||
id="menu_sf_cutting_tool_disc_type"
|
||||
parent="menu_sf_base"
|
||||
name="刀盘类型"
|
||||
sequence="56"
|
||||
action="action_mrs_cutting_tool_disc_type"
|
||||
action="action_sf_cutting_tool_disc_type"
|
||||
/>
|
||||
<!-- 刀柄类型 -->
|
||||
<menuitem
|
||||
id="menu_mrs_cutting_tool_handle_type"
|
||||
id="menu_sf_cutting_tool_handle_type"
|
||||
parent="menu_sf_base"
|
||||
name="刀柄类型"
|
||||
sequence="60"
|
||||
action="action_mrs_cutting_tool_handle_type"
|
||||
action="action_sf_cutting_tool_handle_type"
|
||||
/>
|
||||
<!-- 夹头类型 -->
|
||||
<menuitem
|
||||
id="menu_mrs_cutting_tool_clamp_head_type"
|
||||
id="menu_sf_cutting_tool_clamp_head_type"
|
||||
parent="menu_sf_base"
|
||||
name="夹头类型"
|
||||
sequence="64"
|
||||
action="action_mrs_cutting_tool_clamp_head_type"
|
||||
action="action_sf_cutting_tool_clamp_head_type"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<data>
|
||||
<!-- 功能刀具tree view -->
|
||||
<record id="view_functional_cutting_tool_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.functional.cutting.tool.tree</field>
|
||||
<field name="model">mrs.functional.cutting.tool</field>
|
||||
<field name="name">sf.functional.cutting.tool.tree</field>
|
||||
<field name="model">sf.functional.cutting.tool</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="功能刀具">
|
||||
<field name="code"/>
|
||||
@@ -17,8 +17,8 @@
|
||||
</record>
|
||||
<!-- form view -->
|
||||
<record id="view_functional_cutting_tool_form" model="ir.ui.view">
|
||||
<field name="name">mrs.functional.cutting.tool.form</field>
|
||||
<field name="model">mrs.functional.cutting.tool</field>
|
||||
<field name="name">sf.functional.cutting.tool.form</field>
|
||||
<field name="model">sf.functional.cutting.tool</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="功能刀具">
|
||||
<sheet>
|
||||
@@ -69,8 +69,8 @@
|
||||
|
||||
<!-- 整体式刀具tree view -->
|
||||
<record id="view_integral_cutting_tool_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.integral.cutting.tool.tree</field>
|
||||
<field name="model">mrs.integral.cutting.tool</field>
|
||||
<field name="name">sf.integral.cutting.tool.tree</field>
|
||||
<field name="model">sf.integral.cutting.tool</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="整体式刀具">
|
||||
<field name="code"/>
|
||||
@@ -85,8 +85,8 @@
|
||||
|
||||
<!-- form view -->
|
||||
<record id="view_integral_cutting_tool_form" model="ir.ui.view">
|
||||
<field name="name">mrs.integral.cutting.tool.form</field>
|
||||
<field name="model">mrs.integral.cutting.tool</field>
|
||||
<field name="name">sf.integral.cutting.tool.form</field>
|
||||
<field name="model">sf.integral.cutting.tool</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="整体式刀具">
|
||||
<sheet>
|
||||
@@ -134,8 +134,8 @@
|
||||
</record>
|
||||
<!-- 刀片tree -->
|
||||
<record id="view_blade_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.blade.tree</field>
|
||||
<field name="model">mrs.blade</field>
|
||||
<field name="name">sf.blade.tree</field>
|
||||
<field name="model">sf.blade</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="刀片">
|
||||
<field name="code"/>
|
||||
@@ -148,8 +148,8 @@
|
||||
</record>
|
||||
<!-- 刀片form -->
|
||||
<record id="view_blade_form" model="ir.ui.view">
|
||||
<field name="name">mrs.blade.form</field>
|
||||
<field name="model">mrs.blade</field>
|
||||
<field name="name">sf.blade.form</field>
|
||||
<field name="model">sf.blade</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="刀片">
|
||||
<sheet>
|
||||
@@ -199,8 +199,8 @@
|
||||
</record>
|
||||
<!-- 刀杆tree -->
|
||||
<record id="view_cutter_bar_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.bar.tree</field>
|
||||
<field name="model">mrs.cutter.bar</field>
|
||||
<field name="name">sf.cutter.bar.tree</field>
|
||||
<field name="model">sf.cutter.bar</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="刀杆">
|
||||
<field name="code"/>
|
||||
@@ -213,8 +213,8 @@
|
||||
</record>
|
||||
<!-- 刀杆form -->
|
||||
<record id="view_cutter_bar_form" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.bar.form</field>
|
||||
<field name="model">mrs.cutter.bar</field>
|
||||
<field name="name">sf.cutter.bar.form</field>
|
||||
<field name="model">sf.cutter.bar</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="刀杆">
|
||||
<sheet>
|
||||
@@ -265,8 +265,8 @@
|
||||
|
||||
<!-- 刀盘tree -->
|
||||
<record id="view_cutter_pad_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.pad.tree</field>
|
||||
<field name="model">mrs.cutter.pad</field>
|
||||
<field name="name">sf.cutter.pad.tree</field>
|
||||
<field name="model">sf.cutter.pad</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="刀盘">
|
||||
<field name="code"/>
|
||||
@@ -279,8 +279,8 @@
|
||||
</record>
|
||||
<!-- 刀盘form -->
|
||||
<record id="view_cutter_pad_form" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.pad.form</field>
|
||||
<field name="model">mrs.cutter.pad</field>
|
||||
<field name="name">sf.cutter.pad.form</field>
|
||||
<field name="model">sf.cutter.pad</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="刀盘">
|
||||
<sheet>
|
||||
@@ -329,8 +329,8 @@
|
||||
|
||||
<!-- 刀柄tree -->
|
||||
<record id="view_cutter_handle_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.handle.tree</field>
|
||||
<field name="model">mrs.handle</field>
|
||||
<field name="name">sf.cutter.handle.tree</field>
|
||||
<field name="model">sf.handle</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="刀柄">
|
||||
<field name="code"/>
|
||||
@@ -343,8 +343,8 @@
|
||||
</record>
|
||||
<!-- 刀柄form -->
|
||||
<record id="view_cutter_handle_form" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.handle.form</field>
|
||||
<field name="model">mrs.handle</field>
|
||||
<field name="name">sf.cutter.handle.form</field>
|
||||
<field name="model">sf.handle</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="刀柄">
|
||||
<sheet>
|
||||
@@ -395,8 +395,8 @@
|
||||
|
||||
<!-- 夹头tree -->
|
||||
<record id="view_cutter_chuck_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.chuck.tree</field>
|
||||
<field name="model">mrs.chuck</field>
|
||||
<field name="name">sf.cutter.chuck.tree</field>
|
||||
<field name="model">sf.chuck</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="夹头">
|
||||
<field name="code"/>
|
||||
@@ -409,8 +409,8 @@
|
||||
</record>
|
||||
<!-- 夹头form -->
|
||||
<record id="view_cutter_chuck_form" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.chuck.form</field>
|
||||
<field name="model">mrs.chuck</field>
|
||||
<field name="name">sf.cutter.chuck.form</field>
|
||||
<field name="model">sf.chuck</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="夹头">
|
||||
<sheet>
|
||||
@@ -458,8 +458,8 @@
|
||||
|
||||
<!-- 功能刀具类型tree -->
|
||||
<record id="view_cutter_function_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.function.tree</field>
|
||||
<field name="model">mrs.functional.cutting.tool.model</field>
|
||||
<field name="name">sf.cutter.function.tree</field>
|
||||
<field name="model">sf.functional.cutting.tool.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="功能刀具类型">
|
||||
<field name="name"/>
|
||||
@@ -471,8 +471,8 @@
|
||||
</record>
|
||||
<!-- 功能刀具类型form -->
|
||||
<record id="view_cutter_function_form" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.function.form</field>
|
||||
<field name="model">mrs.functional.cutting.tool.model</field>
|
||||
<field name="name">sf.cutter.function.form</field>
|
||||
<field name="model">sf.functional.cutting.tool.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="功能刀具类型">
|
||||
<sheet>
|
||||
@@ -491,8 +491,8 @@
|
||||
</record>
|
||||
<!-- 整体式刀具类型tree -->
|
||||
<record id="view_integral_cutting_tool_model_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.integral.cutting.tool.model.tree</field>
|
||||
<field name="model">mrs.integral.cutting.tool.model</field>
|
||||
<field name="name">sf.integral.cutting.tool.model.tree</field>
|
||||
<field name="model">sf.integral.cutting.tool.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="整体式刀具类型">
|
||||
<field name="name"/>
|
||||
@@ -504,8 +504,8 @@
|
||||
</record>
|
||||
<!-- 整体式刀具类型form -->
|
||||
<record id="view_integral_cutting_tool_model_form" model="ir.ui.view">
|
||||
<field name="name">mrs.integral.cutting.tool.model.form</field>
|
||||
<field name="model">mrs.integral.cutting.tool.model</field>
|
||||
<field name="name">sf.integral.cutting.tool.model.form</field>
|
||||
<field name="model">sf.integral.cutting.tool.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="整体式刀具类型">
|
||||
<sheet>
|
||||
@@ -524,8 +524,8 @@
|
||||
</record>
|
||||
<!-- 刀片类型tree -->
|
||||
<record id="view_blade_model_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.blade.model.tree</field>
|
||||
<field name="model">mrs.blade.model</field>
|
||||
<field name="name">sf.blade.model.tree</field>
|
||||
<field name="model">sf.blade.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="刀片类型">
|
||||
<field name="name"/>
|
||||
@@ -537,8 +537,8 @@
|
||||
</record>
|
||||
<!-- 刀片类型form -->
|
||||
<record id="view_blade_model_form" model="ir.ui.view">
|
||||
<field name="name">mrs.blade.model.form</field>
|
||||
<field name="model">mrs.blade.model</field>
|
||||
<field name="name">sf.blade.model.form</field>
|
||||
<field name="model">sf.blade.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="刀片类型">
|
||||
<sheet>
|
||||
@@ -558,8 +558,8 @@
|
||||
</record>
|
||||
<!-- 刀杆类型tree -->
|
||||
<record id="view_cutter_bar_model_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.bar.model.tree</field>
|
||||
<field name="model">mrs.cutter.bar.model</field>
|
||||
<field name="name">sf.cutter.bar.model.tree</field>
|
||||
<field name="model">sf.cutter.bar.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="刀杆类型">
|
||||
<field name="code"/>
|
||||
@@ -571,8 +571,8 @@
|
||||
</record>
|
||||
<!-- 刀杆类型form -->
|
||||
<record id="view_cutter_bar_model_form" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.bar.model.form</field>
|
||||
<field name="model">mrs.cutter.bar.model</field>
|
||||
<field name="name">sf.cutter.bar.model.form</field>
|
||||
<field name="model">sf.cutter.bar.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="刀杆类型">
|
||||
<sheet>
|
||||
@@ -591,8 +591,8 @@
|
||||
</record>
|
||||
<!-- 刀盘类型tree -->
|
||||
<record id="view_cutter_pad_model_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.pad.model.tree</field>
|
||||
<field name="model">mrs.cutter.pad.model</field>
|
||||
<field name="name">sf.cutter.pad.model.tree</field>
|
||||
<field name="model">sf.cutter.pad.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="刀盘类型">
|
||||
<field name="code"/>
|
||||
@@ -604,8 +604,8 @@
|
||||
</record>
|
||||
<!-- 刀盘类型form -->
|
||||
<record id="view_cutter_pad_model_form" model="ir.ui.view">
|
||||
<field name="name">mrs.cutter.pad.model.form</field>
|
||||
<field name="model">mrs.cutter.pad.model</field>
|
||||
<field name="name">sf.cutter.pad.model.form</field>
|
||||
<field name="model">sf.cutter.pad.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="刀盘类型">
|
||||
<sheet>
|
||||
@@ -625,8 +625,8 @@
|
||||
|
||||
<!-- 刀柄类型tree -->
|
||||
<record id="view_handle_model_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.handle.model.tree</field>
|
||||
<field name="model">mrs.handle.model</field>
|
||||
<field name="name">sf.handle.model.tree</field>
|
||||
<field name="model">sf.handle.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="刀柄类型">
|
||||
<field name="code"/>
|
||||
@@ -638,8 +638,8 @@
|
||||
</record>
|
||||
<!-- 刀柄类型form -->
|
||||
<record id="view_handle_model_form" model="ir.ui.view">
|
||||
<field name="name">mrs.handle.model.form</field>
|
||||
<field name="model">mrs.handle.model</field>
|
||||
<field name="name">sf.handle.model.form</field>
|
||||
<field name="model">sf.handle.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="刀柄类型">
|
||||
<sheet>
|
||||
@@ -658,8 +658,8 @@
|
||||
</record>
|
||||
<!-- 夹头类型tree -->
|
||||
<record id="view_chuck_model_tree" model="ir.ui.view">
|
||||
<field name="name">mrs.chuck.model.tree</field>
|
||||
<field name="model">mrs.chuck.model</field>
|
||||
<field name="name">sf.chuck.model.tree</field>
|
||||
<field name="model">sf.chuck.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="夹头类型">
|
||||
<field name="code"/>
|
||||
@@ -671,8 +671,8 @@
|
||||
</record>
|
||||
<!-- 夹头类型form -->
|
||||
<record id="view_chuck_model_form" model="ir.ui.view">
|
||||
<field name="name">mrs.chuck.model.form</field>
|
||||
<field name="model">mrs.chuck.model</field>
|
||||
<field name="name">sf.chuck.model.form</field>
|
||||
<field name="model">sf.chuck.model</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="夹头类型">
|
||||
<sheet>
|
||||
|
||||
Reference in New Issue
Block a user