mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[9.0][IMP] rma_repair: change default sequence for repairs.
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
8
rma_repair/data/mrp_repair_sequence.xml
Normal file
8
rma_repair/data/mrp_repair_sequence.xml
Normal 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>
|
||||
Reference in New Issue
Block a user