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.
18 lines
704 B
18 lines
704 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo noupdate="1">
|
|
<record id="sequence_simple_mrp" model="ir.sequence">
|
|
<field name="name">Simple MRP</field>
|
|
<field name="code">mrp.order</field>
|
|
<field name="prefix">MRP/</field>
|
|
<field name="padding">5</field>
|
|
<field name="number_next">1</field>
|
|
<field name="number_increment">1</field>
|
|
</record>
|
|
|
|
<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"></field>
|
|
</record>
|
|
</odoo>
|
|
|