[ADD]crm_channel: portal, Im not interested button go to next lead or to list if...
[odoo/odoo.git] / addons / procurement / stock_orderpoint.xml
1 <openerp>
2     <data noupdate="1">
3
4         <!-- Resource: stock.warehouse.orderpoint -->
5
6         <record id="stock_warehouse_orderpoint_0" model="stock.warehouse.orderpoint">
7             <field name="product_max_qty">25.0</field>
8             <field name="product_min_qty">5.0</field>
9             <field name="product_uom" ref="product.product_uom_dozen"/>
10             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
11             <field name="product_id" ref="product.product_product_36"/>
12             <field name="location_id" ref="stock.stock_location_stock"/>
13         </record>
14         <record id="stock_warehouse_orderpoint_1" model="stock.warehouse.orderpoint">
15             <field name="product_max_qty">10.0</field>
16             <field name="product_min_qty">5.0</field>
17             <field name="product_uom" ref="product.product_uom_unit"/>
18             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
19             <field name="product_id" ref="product.product_product_28"/>
20             <field name="location_id" ref="stock.stock_location_stock"/>
21         </record>
22         <record id="stock_warehouse_orderpoint_2" model="stock.warehouse.orderpoint">
23             <field name="product_max_qty">12.0</field>
24             <field name="product_min_qty">5.0</field>
25             <field name="product_uom" ref="product.product_uom_unit"/>
26             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
27             <field name="product_id" ref="product.product_product_20"/>
28             <field name="location_id" ref="stock.stock_location_stock"/>
29         </record>
30         <record id="stock_warehouse_orderpoint_3" model="stock.warehouse.orderpoint">
31             <field name="product_max_qty">50.0</field>
32             <field name="product_min_qty">10.0</field>
33             <field name="product_uom" ref="product.product_uom_unit"/>
34             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
35             <field name="product_id" ref="product.product_product_46"/>
36             <field name="location_id" ref="stock.stock_location_stock"/>
37         </record>
38         <record id="stock_warehouse_orderpoint_4" model="stock.warehouse.orderpoint">
39             <field name="product_max_qty">15.0</field>
40             <field name="product_min_qty">5.0</field>
41             <field name="product_uom" ref="product.product_uom_unit"/>
42             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
43             <field name="product_id" ref="product.product_product_23"/>
44             <field name="location_id" ref="stock.stock_location_stock"/>
45         </record>
46         <record id="stock_warehouse_orderpoint_5" model="stock.warehouse.orderpoint">
47             <field name="product_max_qty">5.0</field>
48             <field name="product_min_qty">3.0</field>
49             <field name="product_uom" ref="product.product_uom_unit"/>
50             <field model="stock.warehouse" name="warehouse_id" search="[]"/>
51             <field name="product_id" ref="product.product_product_48"/>
52             <field name="location_id" ref="stock.stock_location_stock"/>
53         </record>
54     </data>
55 </openerp>