You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
469 B
13 lines
469 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<!--Creating new location for Simple production-->
|
|
<record id="location_simple_mrp" model="stock.location">
|
|
<field name="name">Simple Production</field>
|
|
<field name="location_id"
|
|
ref="stock.stock_location_locations_virtual"/>
|
|
<field name="usage">inventory</field>
|
|
<field name="company_id"/>
|
|
</record>
|
|
</data>
|
|
</odoo>
|
|
|