mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[IMP] mrp_bom_attribute_match: BOM line form : show component_template_id
This commit is contained in:
@@ -25,4 +25,13 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
<record id="mrp_bom_line_view_form_inherit" model="ir.ui.view">
|
||||||
|
<field name="model">mrp.bom.line</field>
|
||||||
|
<field name="inherit_id" ref="mrp.mrp_bom_line_view_form" />
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<field name="product_id" position="before">
|
||||||
|
<field name="component_template_id" />
|
||||||
|
</field>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user