bzr revid: fp@tinyerp.com-20111108213314-fhpcr940alkilsad
This commit is contained in:
Fabien Pinckaers 2011-11-08 22:33:14 +01:00
parent 4fb8b80dec
commit 12c3743fb8
1 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
<record id="stock_warehouse_orderpoint_0" model="stock.warehouse.orderpoint">
<field name="product_max_qty">20.0</field>
<field name="product_min_qty">5.0</field>
<field model="product.uom" name="product_uom" search="[]"/>
<field model="product.uom" name="product_uom" ref="product_uom_unit"/>
<field model="stock.warehouse" name="warehouse_id" search="[]"/>
<field model="product.product" name="product_id" ref="product.product_product_mb1"/>
<field name="location_id" ref="stock.stock_location_stock"/>
@ -15,7 +15,7 @@
<record id="stock_warehouse_orderpoint_1" model="stock.warehouse.orderpoint">
<field name="product_max_qty">50.0</field>
<field name="product_min_qty">10.0</field>
<field model="product.uom" name="product_uom" search="[]"/>
<field model="product.uom" name="product_uom" ref="product_uom_unit"/>
<field model="stock.warehouse" name="warehouse_id" search="[]"/>
<field model="product.product" name="product_id" ref="product.product_product_cpu1"/>
<field name="location_id" ref="stock.stock_location_stock"/>
@ -23,7 +23,7 @@
<record id="stock_warehouse_orderpoint_2" model="stock.warehouse.orderpoint">
<field name="product_max_qty">20.0</field>
<field name="product_min_qty">10.0</field>
<field model="product.uom" name="product_uom" search="[]"/>
<field model="product.uom" name="product_uom" ref="product_uom_unit"/>
<field model="stock.warehouse" name="warehouse_id" search="[]"/>
<field model="product.product" name="product_id" ref="product.product_product_hdd1"/>
<field name="location_id" ref="stock.stock_location_stock"/>
@ -31,7 +31,7 @@
<record id="stock_warehouse_orderpoint_3" model="stock.warehouse.orderpoint">
<field name="product_max_qty">50.0</field>
<field name="product_min_qty">10.0</field>
<field model="product.uom" name="product_uom" search="[]"/>
<field model="product.uom" name="product_uom" ref="product_uom_unit"/>
<field model="stock.warehouse" name="warehouse_id" search="[]"/>
<field model="product.product" name="product_id" ref="product.product_product_fan"/>
<field name="location_id" ref="stock.stock_location_stock"/>
@ -39,7 +39,7 @@
<record id="stock_warehouse_orderpoint_4" model="stock.warehouse.orderpoint">
<field name="product_max_qty">5.0</field>
<field name="product_min_qty">3.0</field>
<field model="product.uom" name="product_uom" search="[]"/>
<field model="product.uom" name="product_uom" ref="product_uom_unit"/>
<field model="stock.warehouse" name="warehouse_id" search="[]"/>
<field model="product.product" name="product_id" ref="product.product_product_pc1"/>
<field name="location_id" ref="stock.stock_location_stock"/>
@ -47,7 +47,7 @@
<record id="stock_warehouse_orderpoint_5" model="stock.warehouse.orderpoint">
<field name="product_max_qty">50.0</field>
<field name="product_min_qty">10.0</field>
<field model="product.uom" name="product_uom" search="[]"/>
<field model="product.uom" name="product_uom" ref="product_uom_unit"/>
<field model="stock.warehouse" name="warehouse_id" search="[]"/>
<field model="product.product" name="product_id" ref="product.product_product_tow1"/>
<field name="location_id" ref="stock.stock_location_stock"/>