[FIX] stock_picking_wave: fixed picking wave report
[odoo/odoo.git] / addons / stock / stock_location_demo_cpu1.xml
1 <openerp>
2     <data noupdate="1">
3          <record id="product.product_product_9" model="product.product">
4             <field name="description">This product is configured with example of push/pull flows</field>
5         </record>
6
7
8         <record id="stock_warehouse_orderpoint_shop1_cpu1" model="stock.warehouse.orderpoint">
9             <field name="product_max_qty">20.0</field>
10             <field name="product_min_qty">10.0</field>
11             <field name="product_uom" ref="product.product_uom_unit"/>
12             <field name="company_id" ref="stock.res_company_1"/>
13             <field name="warehouse_id" ref="stock.stock_warehouse_shop0"/>
14             <field name="location_id" ref="stock.stock_location_shop0"/>
15             <field name="product_id" ref="product.product_product_9"/>
16         </record>
17
18     </data>
19 </openerp>