summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_picking.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-02-25 10:28:15 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-02-25 10:28:15 +0700
commit0174a19b631d67a70805de45b252cdcf1c562fb6 (patch)
tree9d647f7f8d08a24fde1d234c7c68dbf277c5ff03 /indoteknik_custom/models/stock_picking.py
parentc1810b315d820a184db47d551b39700ce00d1440 (diff)
push wms
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
-rw-r--r--indoteknik_custom/models/stock_picking.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index f3af00d9..f359a2fb 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -848,6 +848,7 @@ class StockPicking(models.Model):
self.calculate_line_no()
self.date_done = datetime.datetime.utcnow()
self.state_reserve = 'done'
+ self.send_koli_to_so()
return res