新增同步cloud的刀具标准库接口
This commit is contained in:
@@ -51,18 +51,6 @@
|
||||
attrs="{'invisible': ['|',('categ_type', '!=', '表面工艺'),('categ_type', '=', False)]}"/>
|
||||
<field name="cutting_tool_material_id" attrs="{'invisible': [('categ_type', '!=', '刀具')]}"
|
||||
placeholder="请选择"/>
|
||||
<!-- <field name="cutting_tool_model_id" placeholder="请选择"-->
|
||||
<!-- attrs="{'invisible': [('categ_type', '!=', '刀具')]}"/>-->
|
||||
<field name="cutting_tool_model" attrs="{'invisible': [('categ_type', '!=', '刀具')]}">
|
||||
<templates>
|
||||
|
||||
<t t-foreach="cutting_tool_model_data" t-as="data">
|
||||
<td>
|
||||
<t t-esc="cutting_tool_model_data.name"/>
|
||||
</td>
|
||||
</t>
|
||||
</templates>
|
||||
</field>
|
||||
<field name="fixture_material_id" attrs="{'invisible': [('categ_type', '!=', '夹具')]}"
|
||||
placeholder="请选择"/>
|
||||
<field name="fixture_model_id" string="型号" placeholder="请选择"
|
||||
|
||||
Reference in New Issue
Block a user