diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-06-02 02:02:31 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-06-02 02:02:31 +0700 |
| commit | 00fb3752ece083d28accad7b0a5ec8971a1cbb34 (patch) | |
| tree | aa98a7bbce425e0600b2727a1da47c5ef6ffa82a /indoteknik_custom/views | |
| parent | fe458043667bb7f1cde757659fefe0174252002d (diff) | |
| parent | 1c0bec8dadc593348df9ca585dae13b8ff65c316 (diff) | |
<hafid> estimasi barang
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index c916f2ef..9b16639c 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -62,6 +62,12 @@ string="Biteship" type="object" /> + <button name="action_sync_biteship_tracking" + type="object" + string="Lacak dari Biteship" + class="btn-primary" + attrs="{'invisible': [('biteship_id', '=', False)]}" + /> <button name="track_envio_shipment" string="Tracking Envio" type="object" @@ -178,6 +184,7 @@ <field name="note_info"/> <field name="responsible" /> <field name="carrier_id"/> + <field name="biteship_id" invisible="1"/> <field name="out_code" attrs="{'invisible': [['out_code', '=', False]]}"/> <field name="picking_code" attrs="{'invisible': [['picking_code', '=', False]]}"/> <field name="picking_code" string="Picking code (akan digenerate ketika sudah di-validate)" attrs="{'invisible': [['picking_code', '!=', False]]}"/> |
