summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indoteknik_custom/views/stock_picking_type.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking_type.xml b/indoteknik_custom/views/stock_picking_type.xml
index deb6d112..1633c57a 100644
--- a/indoteknik_custom/views/stock_picking_type.xml
+++ b/indoteknik_custom/views/stock_picking_type.xml
@@ -4,6 +4,7 @@
<record id="internal_use_operation_type" model="stock.picking.type">
<field name="name">Internal Use</field>
<field name="sequence_id" ref="sequence_internal_use"/>
+ <field name="sequence_code">IU/%(year)s</field>
<field name="warehouse_id">2</field>
<field name="is_internal_use">TRUE</field>
<field name="code">outgoing</field>