summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-04-14 13:17:02 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-04-14 13:17:02 +0700
commitb73d16bf8dc0546190c9853f3e32a9aeaae3c1f0 (patch)
tree169006e816f1315fc39329fca35ca10a946c432a
parent14fb9b00d18a7a0a3746106a1303f4ff1c13c356 (diff)
push
-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 558e13e6..4e926e60 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -1056,6 +1056,7 @@ class StockPicking(models.Model):
res = super(StockPicking, self).button_validate()
self.calculate_line_no()
self.date_done = datetime.datetime.utcnow()
+ self.driver_departure_date = datetime.datetime.utcnow()
self.state_reserve = 'done'
self.final_seq = 0
self.send_koli_to_so()