From dc6472139541737ca97accd834a1b75a06f5cf5b Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Fri, 17 Nov 2023 14:10:59 +0530 Subject: [PATCH] Nov 17 : [FIX]Bug Fixed 'base_accounting_kit' --- base_accounting_kit/__manifest__.py | 5 +++-- base_accounting_kit/doc/RELEASE_NOTES.md | 10 +++++++++- .../report_payment_receipt_document_inherit.xml | 16 ++++++++++++++++ 3 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 base_accounting_kit/views/report_payment_receipt_document_inherit.xml diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py index c19d184dc..d571830bc 100644 --- a/base_accounting_kit/__manifest__.py +++ b/base_accounting_kit/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'Odoo 16 Full Accounting Kit', - 'version': '16.0.2.0.10', + 'version': '16.0.2.0.11', 'category': 'Accounting', 'live_test_url': 'https://www.youtube.com/watch?v=peAp2Tx_XIs', 'summary': """ Asset and Budget Management, @@ -106,7 +106,8 @@ 'views/recurring_payments_view.xml', 'wizard/account_lock_date.xml', 'views/account_payment_view.xml', - 'data/account_pdc_data.xml' + 'data/account_pdc_data.xml', + 'views/report_payment_receipt_document_inherit.xml', ], 'assets': { 'web.assets_backend': [ diff --git a/base_accounting_kit/doc/RELEASE_NOTES.md b/base_accounting_kit/doc/RELEASE_NOTES.md index 8b8049978..4b191367a 100644 --- a/base_accounting_kit/doc/RELEASE_NOTES.md +++ b/base_accounting_kit/doc/RELEASE_NOTES.md @@ -54,4 +54,12 @@ ### UPDT -- Payment Register Bank and Cheque References Bug Fix \ No newline at end of file +- Payment Register Bank and Cheque References Bug Fix + +### 08.11.2023 + +### Version 16.0.2.0.11 + +### UPDT + +- Payment Receipt Bank and Cheque reference Report Bug Fix diff --git a/base_accounting_kit/views/report_payment_receipt_document_inherit.xml b/base_accounting_kit/views/report_payment_receipt_document_inherit.xml new file mode 100644 index 000000000..e0d448090 --- /dev/null +++ b/base_accounting_kit/views/report_payment_receipt_document_inherit.xml @@ -0,0 +1,16 @@ + + + +