[FIX] product: use read() for lst_price to speed-up calculation
[odoo/odoo.git] / addons / procurement / stock_orderpoint.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data noupdate="1">
4
5         <!-- Resource: stock.warehouse.orderpoint -->
6
7         <record id="stock_warehouse_orderpoint_0" model="stock.warehouse.orderpoint">
8             <field name="product_max_qty">20.0</field>
9             <field name="product_min_qty">5.0</field>
10             <field model="product.uom" name="product_uom" search="[]"/>
11             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
12             <field model="product.product" name="product_id" ref="product.product_product_mb1"/>
13             <field name="location_id" ref="stock.stock_location_stock"/>
14         </record>
15         <record id="stock_warehouse_orderpoint_1" model="stock.warehouse.orderpoint">
16             <field name="product_max_qty">50.0</field>
17             <field name="product_min_qty">10.0</field>
18             <field model="product.uom" name="product_uom" search="[]"/>
19             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
20             <field model="product.product" name="product_id" ref="product.product_product_cpu1"/>
21             <field name="location_id" ref="stock.stock_location_stock"/>
22         </record>
23         <record id="stock_warehouse_orderpoint_2" model="stock.warehouse.orderpoint">
24             <field name="product_max_qty">20.0</field>
25             <field name="product_min_qty">10.0</field>
26             <field model="product.uom" name="product_uom" search="[]"/>
27             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
28             <field model="product.product" name="product_id" ref="product.product_product_hdd1"/>
29             <field name="location_id" ref="stock.stock_location_stock"/>
30         </record>
31         <record id="stock_warehouse_orderpoint_3" model="stock.warehouse.orderpoint">
32             <field name="product_max_qty">50.0</field>
33             <field name="product_min_qty">10.0</field>
34             <field model="product.uom" name="product_uom" search="[]"/>
35             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
36             <field model="product.product" name="product_id" ref="product.product_product_fan"/>
37             <field name="location_id" ref="stock.stock_location_stock"/>
38         </record>
39         <record id="stock_warehouse_orderpoint_4" model="stock.warehouse.orderpoint">
40             <field name="product_max_qty">5.0</field>
41             <field name="product_min_qty">3.0</field>
42             <field model="product.uom" name="product_uom" search="[]"/>
43             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
44             <field model="product.product" name="product_id" ref="product.product_product_pc1"/>
45             <field name="location_id" ref="stock.stock_location_stock"/>
46         </record>
47         <record id="stock_warehouse_orderpoint_5" model="stock.warehouse.orderpoint">
48             <field name="product_max_qty">50.0</field>
49             <field name="product_min_qty">10.0</field>
50             <field model="product.uom" name="product_uom" search="[]"/>
51             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
52             <field model="product.product" name="product_id" ref="product.product_product_tow1"/>
53             <field name="location_id" ref="stock.stock_location_stock"/>
54         </record>
55     </data>
56 </openerp>