Merge pull request #3641 from expsa/fix-bug-accounting
return to oringinal state
This commit is contained in:
commit
84e1bc2756
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue