summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/account_payment.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-11-19 14:49:01 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-11-19 14:49:01 +0700
commitbb2be920076aabc49b4f9fdd896d14e096e633eb (patch)
tree588196ba53fb7e41d96a61272bdb74b4821fe661 /indoteknik_custom/models/account_payment.py
parent9c4f131ffaf37ca47a78b320a68f7de4e846ecfb (diff)
parent58623e9509789381dbe334969de647b4ad0302a4 (diff)
Merge branch 'odoo-backup' into locatorlocator
# Conflicts: # indoteknik_custom/models/__init__.py # indoteknik_custom/models/stock_move.py # indoteknik_custom/security/ir.model.access.csv # indoteknik_custom/views/stock_picking.xml
Diffstat (limited to 'indoteknik_custom/models/account_payment.py')
-rw-r--r--indoteknik_custom/models/account_payment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_payment.py b/indoteknik_custom/models/account_payment.py
index 11c664eb..d2d3d175 100644
--- a/indoteknik_custom/models/account_payment.py
+++ b/indoteknik_custom/models/account_payment.py
@@ -42,7 +42,7 @@ class AccountPayment(models.Model):
def allocate_invoices(self):
for payment in self:
- if self.
+ # if self.
for line in payment.payment_line:
invoice = line.account_move_id
move_lines = payment.line_ids.filtered(lambda line: line.account_internal_type in ('receivable', 'payable'))