工艺外协代码回退
This commit is contained in:
@@ -22,26 +22,26 @@
|
||||
<field name="is_repeat"/>
|
||||
<field name="reserved_duration"/>
|
||||
</field>
|
||||
<xpath expr="//notebook/page[1]" position="before">
|
||||
<page string="可选工艺参数">
|
||||
<field name="optional_process_parameters">
|
||||
<tree editable="bottom">
|
||||
<field name="is_product_button" invisible="1"/>
|
||||
<field name="is_delete_button" invisible="1"/>
|
||||
<field name="code" attrs="{'readonly': True}"/>
|
||||
<field name="name" required="1"/>
|
||||
<field name="service_products" domain="[('detailed_type', '=', 'service'),('server_product_process_parameters_id', '=', False)]"/>
|
||||
<!-- 按钮列 -->
|
||||
<button name="action_create_service_product" string="创建服务产品" type="object"
|
||||
class="btn-primary"
|
||||
attrs="{'invisible': [('is_product_button', '=', True)]}" context="{'default_process_parameter_id':id}"/>
|
||||
<button name="action_hide_service_products" string="删除" type="object"
|
||||
class="oe_highlight"
|
||||
attrs="{'invisible': [('is_delete_button', '=', True)]}"/>
|
||||
</tree>
|
||||
</field>
|
||||
</page>
|
||||
</xpath>
|
||||
<!-- <xpath expr="//notebook/page[1]" position="before">-->
|
||||
<!-- <page string="可选工艺参数">-->
|
||||
<!-- <field name="optional_process_parameters">-->
|
||||
<!-- <tree editable="bottom">-->
|
||||
<!-- <field name="is_product_button" invisible="1"/>-->
|
||||
<!-- <field name="is_delete_button" invisible="1"/>-->
|
||||
<!-- <field name="code" attrs="{'readonly': True}"/>-->
|
||||
<!-- <field name="name" required="1"/>-->
|
||||
<!-- <field name="service_products" domain="[('detailed_type', '=', 'service'),('server_product_process_parameters_id', '=', False)]"/>-->
|
||||
<!-- <!– 按钮列 –>-->
|
||||
<!-- <button name="action_create_service_product" string="创建服务产品" type="object"-->
|
||||
<!-- class="btn-primary"-->
|
||||
<!-- attrs="{'invisible': [('is_product_button', '=', True)]}" context="{'default_process_parameter_id':id}"/>-->
|
||||
<!-- <button name="action_hide_service_products" string="删除" type="object"-->
|
||||
<!-- class="oe_highlight"-->
|
||||
<!-- attrs="{'invisible': [('is_delete_button', '=', True)]}"/>-->
|
||||
<!-- </tree>-->
|
||||
<!-- </field>-->
|
||||
<!-- </page>-->
|
||||
<!-- </xpath>-->
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user