summaryrefslogtreecommitdiff
path: root/fixco_custom/models/upload_payments.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-12-22 13:36:43 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-12-22 13:36:43 +0700
commit74bc0544d9789479f599e808930e01ecea7fbf22 (patch)
treeef11ccc1620ab31ee1b560c8b16f0552041a7742 /fixco_custom/models/upload_payments.py
parentb03b5e7d3ab83db6f26610490fc2a4e7dc4d3d9c (diff)
push
Diffstat (limited to 'fixco_custom/models/upload_payments.py')
-rw-r--r--fixco_custom/models/upload_payments.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fixco_custom/models/upload_payments.py b/fixco_custom/models/upload_payments.py
index 44e2e27..c7e144f 100644
--- a/fixco_custom/models/upload_payments.py
+++ b/fixco_custom/models/upload_payments.py
@@ -70,7 +70,6 @@ class UploadPayments(models.Model):
created_payments = []
for line in self.payments_lines.filtered(lambda l: not l.payment_id):
- # Cari invoice berdasarkan invoice_marketplace
invoice = self.env['account.move'].search([
('invoice_marketplace', '=', line.no_invoice),
('state', '=', 'posted'),