Fix stock quantity to not have exception

bzr revid: ced-b00a0f7407a0032d77c1d66a3a188c542c5fe426
This commit is contained in:
ced 2007-09-07 14:02:56 +00:00
parent c978bb5eaf
commit 25025b08ee
1 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@
<field name="product_id" ref="product.product_product_mb1"/>
<field name="product_uom" ref="product.product_uom_unit"/>
<field name="inventory_id" ref="stock_inventory_0"/>
<field name="product_qty">8.0</field>
<field name="product_qty">18.0</field>
<field name="location_id" ref="stock_location_components"/>
</record>
<record id="stock_inventory_line_3" model="stock.inventory.line">
@ -113,7 +113,7 @@
<field name="product_id" ref="product.product_product_cpu1"/>
<field name="product_uom" ref="product.product_uom_unit"/>
<field name="inventory_id" ref="stock_inventory_0"/>
<field name="product_qty">6.0</field>
<field name="product_qty">12.0</field>
<field name="location_id" ref="stock_location_components"/>
</record>
<record id="stock_inventory_line_5" model="stock.inventory.line">
@ -176,7 +176,7 @@
<field name="product_id" ref="product.product_product_tow1"/>
<field name="product_uom" ref="product.product_uom_unit"/>
<field name="inventory_id" ref="stock_inventory_0"/>
<field name="product_qty">10.0</field>
<field name="product_qty">80.0</field>
<field name="location_id" ref="stock_location_components"/>
</record>