mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
@@ -45,6 +45,7 @@ class AccountLoanPost(models.TransientModel):
|
||||
res.append(
|
||||
{
|
||||
"account_id": self.account_id.id,
|
||||
"name": self.loan_id.name,
|
||||
"partner_id": partner.id,
|
||||
"credit": 0,
|
||||
"debit": line.pending_principal_amount,
|
||||
|
||||
Reference in New Issue
Block a user