summaryrefslogtreecommitdiff
path: root/fixco_custom/models/upload_ginee.py
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-01-08 09:52:38 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-01-08 09:52:38 +0700
commit9990c0c6e30260f1c9ae2111893495ce7bd1c03c (patch)
tree81847c26ea054636d6178884ba3dd812e477d494 /fixco_custom/models/upload_ginee.py
parent71736a301eca62a55c34c96b3a9d0c06ee28f3d9 (diff)
parent23b2c540774c064a69c77ed3de29d9f99ffae904 (diff)
Merge branch 'main' of https://bitbucket.org/altafixco/fixco-addons into print_picking_list
merge
Diffstat (limited to 'fixco_custom/models/upload_ginee.py')
-rw-r--r--fixco_custom/models/upload_ginee.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_custom/models/upload_ginee.py b/fixco_custom/models/upload_ginee.py
index 4341269..282bf74 100644
--- a/fixco_custom/models/upload_ginee.py
+++ b/fixco_custom/models/upload_ginee.py
@@ -167,6 +167,7 @@ class UploadGinee(models.Model):
# self.ginee_lines.create_so_and_detail_order()
def action_get_order_id_and_create_detail_order(self):
+ self.date_upload = datetime.utcnow()
for line in self.ginee_lines:
queue_job = self.env['queue.job'].search([('res_id', '=', line.id), ('method_name', '=', 'get_order_id_and_create_detail_order')], limit=1)
if queue_job: