fix bug payment

This commit is contained in:
ahmed-nouri051 2025-06-26 09:16:20 +02:00
parent 480729f43b
commit 1b35c8278a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class AccountPayment(models.Model):
'journal_id': payment.destination_journal_id.id,
'destination_journal_id': payment.journal_id.id,
'payment_type': payment.payment_type == 'outbound' and 'inbound' or 'outbound',
'move_id': None,
'ref': payment.ref,
'paired_internal_transfer_payment_id': payment.id,
'date': payment.date,