diff options
Diffstat (limited to 'addons/stock/data/stock_location_demo_cpu1.xml')
| -rw-r--r-- | addons/stock/data/stock_location_demo_cpu1.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addons/stock/data/stock_location_demo_cpu1.xml b/addons/stock/data/stock_location_demo_cpu1.xml new file mode 100644 index 00000000..dd564f21 --- /dev/null +++ b/addons/stock/data/stock_location_demo_cpu1.xml @@ -0,0 +1,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> |
