diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-23 11:08:47 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-23 11:08:47 +0700 |
| commit | 24c863b30575eca63efe245b4b25c92e1ce3f4d6 (patch) | |
| tree | 61ade1c16d67bcb4bb53512a1350e14c933f342e /fixco_custom/models/upload_payments.py | |
| parent | 175b10a298185a724b7c0f8d0d25beec38b4f0e1 (diff) | |
| parent | aeeecacfe7b10ebbdefe5284f98e9e9f37c1b8d1 (diff) | |
Merge branch 'main' of https://bitbucket.org/altafixco/fixco-addons
merge
Diffstat (limited to 'fixco_custom/models/upload_payments.py')
| -rw-r--r-- | fixco_custom/models/upload_payments.py | 1 |
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'), |
