mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] mrp_bom_reference_selection: Fixed onchange error closes #62
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
<field name="model">mrp.bom</field>
|
||||
<field name="inherit_id" ref="mrp.mrp_bom_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='bom_line_ids']//field[@name='product_id']" position="replace">
|
||||
<field name="product_id" on_change="onchange_product_id(product_id)"/>
|
||||
<xpath expr="//field[@name='bom_line_ids']//field[@name='product_id']" position="after">
|
||||
<field name="product_tmpl_id" invisible="1"/>
|
||||
<field name="reference_id"
|
||||
domain="[
|
||||
|
||||
Reference in New Issue
Block a user