From 9d11e920dfc5d2eefdae66bca90909adf467e12f Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 1 Jan 2026 15:08:41 +0700 Subject: push --- fixco_custom/models/upload_ginee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixco_custom/models/upload_ginee.py b/fixco_custom/models/upload_ginee.py index cdfa3a8..379a704 100644 --- a/fixco_custom/models/upload_ginee.py +++ b/fixco_custom/models/upload_ginee.py @@ -97,7 +97,7 @@ class UploadGinee(models.Model): for i in range(0, len(invoice_to_check), chunk_size): chunk = invoice_to_check[i:i+chunk_size] existing_records = self.env['upload.ginee.line'].search([ - ('invoice_marketplace', 'in', chunk) + ('invoice_marketplace', 'in', chunk), ('upload_ginee_id', '!=', False) ]) existing_invoices.update(existing_records.mapped('invoice_marketplace')) -- cgit v1.2.3