48 lines
3.1 KiB
XML
48 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<data>
|
|
<record model="ir.ui.view" id="view_mrp_routing_workcenter_form_inherit_sf">
|
|
<field name="name">mrp.routing.workcenter.form.inherit.sf</field>
|
|
<field name="model">mrp.routing.workcenter</field>
|
|
<field name="inherit_id" ref="mrp.mrp_routing_workcenter_form_view"/>
|
|
<field name="arch" type="xml">
|
|
<field name="name" position="before">
|
|
<field name="code" readonly="1"/>
|
|
</field>
|
|
<field name="workcenter_id" position="replace">
|
|
<field name="workcenter_ids" widget="many2many_tags" string="工作中心" required="0"/>
|
|
<field name="surface_technics_id"
|
|
attrs="{'invisible':[('routing_type','!=','表面工艺')],'required':[('routing_type','=','表面工艺')]}"/>
|
|
</field>
|
|
<field name="bom_product_template_attribute_value_ids" position="after">
|
|
<field name="routing_type" required="1"/>
|
|
<field name="routing_tag" required="1" string="工序标签"/>
|
|
<field name="is_outsource"/>
|
|
<field name="individuation_page_ids" widget="many2many_tags" options="{'create': False}"/>
|
|
<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>-->
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</odoo> |