diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-07 09:41:27 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-07 09:41:27 +0700 |
| commit | 288a7f333c1d37574dba76f3fb3f7216da259cae (patch) | |
| tree | 7b258b05800b2516aef85cd9571064d0435ff796 /indoteknik_custom/views | |
| parent | b892a11ae2e28d1ad2d42c1fba0fec875fdbf163 (diff) | |
(andri) add field shipping option pada stock picking sebagai tambahan info
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 9b16639c..b0d55104 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -91,7 +91,9 @@ /> </button> <field name="backorder_id" position="after"> + <field name="select_shipping_option_so"/> <field name="shipping_method_so_id"/> + <field name="shipping_option_so_id"/> <field name="summary_qty_detail"/> <field name="count_line_detail"/> <field name="dokumen_tanda_terima"/> |
