产品看板新增品牌字段,如果产品没有品牌字段则不展示品牌字段
This commit is contained in:
@@ -296,8 +296,11 @@
|
|||||||
</attribute>
|
</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
<xpath expr="//sheet//notebook//page[@name='operations']//field[@name='workorder_ids']" position="replace">
|
<xpath expr="//sheet//notebook//page[@name='operations']//field[@name='workorder_ids']"
|
||||||
<field name="workorder_ids" attrs="{'readonly': ['|', ('state', '!=', 'test_value'), '&', ('state', '=', 'done'), ('is_locked', '=', True)]}" context="{'tree_view_ref': 'mrp.mrp_production_workorder_tree_editable_view', 'default_product_uom_id': product_uom_id, 'from_manufacturing_order': True}"/>
|
position="replace">
|
||||||
|
<field name="workorder_ids"
|
||||||
|
attrs="{'readonly': ['|', ('state', '!=', 'test_value'), '&', ('state', '=', 'done'), ('is_locked', '=', True)]}"
|
||||||
|
context="{'tree_view_ref': 'mrp.mrp_production_workorder_tree_editable_view', 'default_product_uom_id': product_uom_id, 'from_manufacturing_order': True}"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
<xpath expr="//sheet//notebook//page[@name='operations']" position="after">
|
<xpath expr="//sheet//notebook//page[@name='operations']" position="after">
|
||||||
@@ -556,7 +559,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<field name="priority" widget="priority"/>
|
<field name="priority" widget="priority"/>
|
||||||
</div>
|
</div>
|
||||||
|
<t t-if="record.brand_id.raw_value">
|
||||||
|
<div class="mt-1">
|
||||||
|
品牌:
|
||||||
|
<field name="brand_id"></field>
|
||||||
|
</div>
|
||||||
|
</t>
|
||||||
<div name="product_specification_id" class="mt-1">
|
<div name="product_specification_id" class="mt-1">
|
||||||
规格:
|
规格:
|
||||||
<field name="specification_id"/>
|
<field name="specification_id"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user