summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-05-19 15:26:12 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-05-19 15:26:12 +0700
commit89e047379d4d7bfd56b9949d8e97441d95c29455 (patch)
tree5b21cacf440cbc00ec5fddfc2a23a178a4930be1
parentfe9430a64322b018b12c4ea548ec03079c68c06d (diff)
parentabb5b01c3bbaf19feaf1be8f3a3fac6b95a1d6a6 (diff)
Merge branch 'odoo-backup' of bitbucket.org:altafixco/indoteknik-addons into odoo-backup
# Conflicts: # indoteknik_custom/models/stock_picking.py
-rw-r--r--indoteknik_custom/models/stock_picking.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 82ac9735..d0315c43 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -1015,9 +1015,9 @@ class StockPicking(models.Model):
# if self.sale_id.hold_outgoing == True and self.location_id.id == 57 and self.location_dest_id.id == 60:
# raise UserError("SO on hold")
res = super(StockPicking, self).action_assign()
- current_time = datetime.datetime.utcnow()
- self.real_shipping_id = self.sale_id.real_shipping_id
- self.date_availability = current_time
+ # current_time = datetime.datetime.utcnow()
+ # self.real_shipping_id = self.sale_id.real_shipping_id
+ # self.date_availability = current_time
# self.check_state_reserve()
return res