return to oringinal state

This commit is contained in:
ahmed-nouri051 2025-06-26 10:28:51 +02:00
parent e0e563e6c5
commit ee95dfdac1
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':payment.move_id.id,
'move_id':None,
'ref': payment.ref,
'paired_internal_transfer_payment_id': payment.id,
'date': payment.date,