[FIX]crm: crm lead/opp merge, when opp has stage with state cancel, then it is less...
[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">25.0</field>
9             <field name="product_min_qty">5.0</field>
10             <field model="product.uom" name="product_uom" ref="product.product_uom_dozen"/>
11             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
12             <field model="product.product" name="product_id" ref="product.product_product_36"/>
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">10.0</field>
17             <field name="product_min_qty">5.0</field>
18             <field model="product.uom" name="product_uom" ref="product.product_uom_unit"/>
19             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
20             <field model="product.product" name="product_id" ref="product.product_product_28"/>
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">12.0</field>
25             <field name="product_min_qty">5.0</field>
26             <field model="product.uom" name="product_uom" ref="product.product_uom_unit"/>
27             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
28             <field model="product.product" name="product_id" ref="product.product_product_20"/>
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" ref="product.product_uom_unit"/>
35             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
36             <field model="product.product" name="product_id" ref="product.product_product_46"/>
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">15.0</field>
41             <field name="product_min_qty">5.0</field>
42             <field model="product.uom" name="product_uom" ref="product.product_uom_unit"/>
43             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
44             <field model="product.product" name="product_id" ref="product.product_product_23"/>
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">5.0</field>
49             <field name="product_min_qty">3.0</field>
50             <field model="product.uom" name="product_uom" ref="product.product_uom_unit"/>
51             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
52             <field model="product.product" name="product_id" ref="product.product_product_48"/>
53             <field name="location_id" ref="stock.stock_location_stock"/>
54         </record>
55     </data>
56 </openerp>