31 lines
1.6 KiB
XML
31 lines
1.6 KiB
XML
<flectra>
|
|
<data noupdate="1">
|
|
|
|
<!-- Resource: stock.warehouse.orderpoint -->
|
|
|
|
<record id="stock_warehouse_orderpoint_1" model="stock.warehouse.orderpoint">
|
|
<field name="product_max_qty">10.0</field>
|
|
<field name="product_min_qty">5.0</field>
|
|
<field name="product_uom" ref="product.product_uom_unit"/>
|
|
<field model="stock.warehouse" name="warehouse_id" search="[]"/>
|
|
<field name="product_id" ref="product.product_delivery_02"/>
|
|
<!-- <field name="location_id" ref="stock.stock_location_stock"/> -->
|
|
</record>
|
|
<record id="stock_warehouse_orderpoint_2" model="stock.warehouse.orderpoint">
|
|
<field name="product_max_qty">12.0</field>
|
|
<field name="product_min_qty">5.0</field>
|
|
<field name="product_uom" ref="product.product_uom_unit"/>
|
|
<field model="stock.warehouse" name="warehouse_id" search="[]"/>
|
|
<field name="product_id" ref="product.product_product_20"/>
|
|
<!-- <field name="location_id" ref="stock.stock_location_stock"/> -->
|
|
</record>
|
|
<record id="stock_warehouse_orderpoint_5" model="stock.warehouse.orderpoint">
|
|
<field name="product_max_qty">5.0</field>
|
|
<field name="product_min_qty">3.0</field>
|
|
<field name="product_uom" ref="product.product_uom_unit"/>
|
|
<field model="stock.warehouse" name="warehouse_id" search="[]"/>
|
|
<field name="product_id" ref="product.product_delivery_01"/>
|
|
<!-- <field name="location_id" ref="stock.stock_location_stock"/> -->
|
|
</record>
|
|
</data>
|
|
</flectra> |