From bd6c4da5e84a1b0aa98a9b41918cd70f836d2b59 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 15 Jan 2026 11:17:37 +0700 Subject: benerin upload bills jadiin queuing --- fixco_custom/models/upload_ginee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixco_custom/models/upload_ginee.py') diff --git a/fixco_custom/models/upload_ginee.py b/fixco_custom/models/upload_ginee.py index 9830383..b211709 100644 --- a/fixco_custom/models/upload_ginee.py +++ b/fixco_custom/models/upload_ginee.py @@ -174,7 +174,7 @@ class UploadGinee(models.Model): if queue_job: continue self.env['queue.job'].create({ - 'name': f'Get Order Ginee {line.invoice_marketplace}', + 'name': f'Get Order Ginee {line.invoice_marketplace}', 'model_name': 'upload.ginee.line', 'method_name': 'get_order_id_and_create_detail_order', 'res_id': line.id, -- cgit v1.2.3