[9.0][IMP] rma_repair: change default sequence for repairs.

This commit is contained in:
lreficent
2017-09-20 13:14:03 +02:00
committed by ahenriquez
parent 1fdd20ecb7
commit c80ca7608d
2 changed files with 11 additions and 1 deletions

View File

@@ -15,7 +15,9 @@
"views/rma_operation_view.xml",
"views/mrp_repair_view.xml",
"wizards/rma_order_line_make_repair_view.xml",
"views/rma_order_line_view.xml"],
"views/rma_order_line_view.xml",
"data/mrp_repair_sequence.xml",
],
"installable": True,
"auto_install": True,
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="mrp_repair.seq_mrp_repair" model="ir.sequence">
<field name="prefix">RO</field>
</record>
</odoo>