Add initial Odoo FSM modules and deployment make targets
This commit is contained in:
9
odoo/addons/dsrpt_repair_work_orders/data/sequence.xml
Normal file
9
odoo/addons/dsrpt_repair_work_orders/data/sequence.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo noupdate="1">
|
||||
<record id="seq_repair_work_order" model="ir.sequence">
|
||||
<field name="name">Repair Work Order</field>
|
||||
<field name="code">repair.work.order</field>
|
||||
<field name="prefix">WO%(y)s%(month)s-</field>
|
||||
<field name="padding">5</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user