diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-31 16:07:56 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-31 16:07:56 +0700 |
| commit | e06fd148cb6872b1e9d864e16e63b845b5bb8878 (patch) | |
| tree | ad48b276508f7e131295b1333767862a7f2aaf4d | |
| parent | 57f87cc1da6243d17cba04f9d575f4ca4b836f26 (diff) | |
Fix picking type
| -rw-r--r-- | indoteknik_custom/views/stock_picking_type.xml | 1 |
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> |
