summaryrefslogtreecommitdiff
path: root/addons/stock/data/stock_location_demo_cpu1.xml
blob: dd564f21166e4c72e00e3f20aba28a44b17be2c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<odoo>
    <data noupdate="1">
        <record id="stock_warehouse_orderpoint_shop1_cpu1" model="stock.warehouse.orderpoint">
            <field name="product_max_qty">20.0</field>
            <field name="product_min_qty">10.0</field>
            <field name="product_uom" ref="uom.product_uom_unit"/>
            <field name="company_id" ref="stock.res_company_1"/>
            <field name="warehouse_id" ref="stock.stock_warehouse_shop0"/>
            <field name="location_id" ref="stock.stock_location_shop0"/>
            <field name="product_id" ref="product.product_product_9"/>
        </record>

    </data>
</odoo>