This commit is contained in:
Jordi Ballester Alomar
2018-06-11 17:58:55 +02:00
parent 0456d9b7e4
commit f9bd7c17a1
19 changed files with 291 additions and 231 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="mrp_area_stock_wh0" model="mrp.area">
<field name="name">WH/Stock</field>
<field name="warehouse_id" ref="stock.warehouse0"/>
<field name="location_id" ref="stock.stock_location_stock"/>
</record>
</odoo>