From b59d7eb74356dc2827ef7a3969e8596e30d79494 Mon Sep 17 00:00:00 2001 From: Ajmal JK Date: Wed, 8 Jan 2020 10:02:17 +0530 Subject: [PATCH] [FIX] Bug Fixed 'base_accounting_kit' --- base_accounting_kit/__manifest__.py | 2 +- base_accounting_kit/doc/RELEASE_NOTES.md | 7 ++++++- base_accounting_kit/models/account_payment.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py index a469517bb..397f6cde0 100644 --- a/base_accounting_kit/__manifest__.py +++ b/base_accounting_kit/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'Odoo 13 Full Accounting Kit', - 'version': '13.0.2.4.1', + 'version': '13.0.2.4.2', 'category': 'Accounting', 'summary': """ Asset and Budget Management, Accounting Reports, PDC, Lock dates, diff --git a/base_accounting_kit/doc/RELEASE_NOTES.md b/base_accounting_kit/doc/RELEASE_NOTES.md index b3b9c5f7b..31320d8be 100644 --- a/base_accounting_kit/doc/RELEASE_NOTES.md +++ b/base_accounting_kit/doc/RELEASE_NOTES.md @@ -21,6 +21,11 @@ - Bug Fixed 'Recurring payment' #### 12.11.2019 -#### Version 13.0.1.4.1 +#### Version 13.0.2.4.1 #### FIX - Bug Fixed 'asset and report' + +#### 08.01.2020 +#### Version 13.0.2.4.2 +#### FIX +- Bug Fixed multiple payment issue. diff --git a/base_accounting_kit/models/account_payment.py b/base_accounting_kit/models/account_payment.py index 19270a159..e969b17f2 100755 --- a/base_accounting_kit/models/account_payment.py +++ b/base_accounting_kit/models/account_payment.py @@ -33,7 +33,7 @@ class AccountRegisterPayments(models.TransientModel): default=False) def get_payments_vals(self): - res = super(AccountRegisterPayments, self).get_payment_vals() + res = super(AccountRegisterPayments, self).get_payments_vals() if self.payment_method_id == self.env.ref( 'account_check_printing.account_payment_method_check'): res.update({