[FIX]: mrp: Fixed wrong reference of product in BOM component

bzr revid: rpa@tinyerp.com-20111021090904-70ear301tnutxcj9
This commit is contained in:
Rucha (Open ERP) 2011-10-21 14:39:04 +05:30
parent 21e069e171
commit 9fe0f6fa83
1 changed files with 2 additions and 2 deletions

View File

@ -626,7 +626,7 @@
<field name="name">Default BOM for Shelf of 200cm</field>
<field name="code">SHE200</field>
<field name="sequence">137</field>
<field name="product_id" ref="product.product_product_shelfofcm0"/>
<field name="product_id" ref="product.product_product_shelfofcm1"/>
<field name="product_uom" ref="product.product_uom_unit"/>
<field name="product_qty">1.0</field>
</record>
@ -661,7 +661,7 @@
<record id="mrp_bom_rearpanelarm2" model="mrp.bom">
<field name="sequence">147</field>
<field name="product_id" ref="product.product_product_rearpanelarm0"/>
<field name="product_id" ref="product.product_product_rearpanelarm1"/>
<field name="product_uom" ref="product.product_uom_unit"/>
<field name="bom_id" ref="mrp_bom_defaultbomforshelfofcm1"/>
<field name="product_qty">1.0</field>