Maintainers
This module is maintained by the OCA.
-
+
+
+
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
diff --git a/account_loan/wizards/account_loan_post.py b/account_loan/wizards/account_loan_post.py index da6f54db9..9124aee05 100644 --- a/account_loan/wizards/account_loan_post.py +++ b/account_loan/wizards/account_loan_post.py @@ -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,



