summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-05-31 04:19:04 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-05-31 04:19:04 +0000
commitec6fdea2682ae2d66f0d16f6d47a903c9eed99e9 (patch)
tree87e61452d5378740edf06afe9cdea17400aa5d22 /indoteknik_custom/views
parent2f89da69c9ec8d78f187be5afd254cdd594ee24a (diff)
parentc652ee3e1f652d23e37833f01e3fdd7aa8e52021 (diff)
Merged in no-webhook-biteship (pull request #320)
(andri) add tracking biteship pada BU OUT & fix delivery departure & arrival date
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/stock_picking.xml7
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]]}"/>