diff --git a/dynamic_accounts_report/__manifest__.py b/dynamic_accounts_report/__manifest__.py
index fa9f97771..01c2b9039 100644
--- a/dynamic_accounts_report/__manifest__.py
+++ b/dynamic_accounts_report/__manifest__.py
@@ -22,7 +22,7 @@
{
'name': 'Dynamic Financial Reports',
- 'version': '15.0.1.0.4',
+ 'version': '15.0.1.1.5',
'category': 'Accounting',
'live_test_url': 'https://www.youtube.com/watch?v=gVQi9q9Rs-E&t=5s',
'summary': """Dynamic Financial Reports with drill
diff --git a/dynamic_accounts_report/doc/RELEASE_NOTES.md b/dynamic_accounts_report/doc/RELEASE_NOTES.md
index efc8ba950..94e06de8a 100644
--- a/dynamic_accounts_report/doc/RELEASE_NOTES.md
+++ b/dynamic_accounts_report/doc/RELEASE_NOTES.md
@@ -25,4 +25,9 @@
#### 16.04.2022
#### Version 15.0.1.0.4
#### UPDT AND BUGFIX
-- Loading issue and orderby date
\ No newline at end of file
+- Loading issue and orderby date
+
+#### 31.08.2022
+#### Version 15.0.1.1.5
+#### UPDT AND BUGFIX
+- Report Bug Fix
diff --git a/dynamic_accounts_report/report/general_ledger.py b/dynamic_accounts_report/report/general_ledger.py
index 2572b6a5e..5d00d1bd3 100644
--- a/dynamic_accounts_report/report/general_ledger.py
+++ b/dynamic_accounts_report/report/general_ledger.py
@@ -8,7 +8,7 @@ class GeneralLedger(models.AbstractModel):
def _get_report_values(self, docids, data=None):
if self.env.context.get('trial_pdf_report'):
-
+ print(data.get('report_data')['report_lines'], "data")
if data.get('report_data'):
data.update({'account_data': data.get('report_data')['report_lines'],
'Filters': data.get('report_data')['filters'],
diff --git a/dynamic_accounts_report/report/partner_ledger.xml b/dynamic_accounts_report/report/partner_ledger.xml
index fff1ba5b9..0237eac20 100644
--- a/dynamic_accounts_report/report/partner_ledger.xml
+++ b/dynamic_accounts_report/report/partner_ledger.xml
@@ -41,6 +41,7 @@
+
Partners:
@@ -72,6 +73,7 @@
+
diff --git a/dynamic_accounts_report/static/src/js/partner_ledger.js b/dynamic_accounts_report/static/src/js/partner_ledger.js
index 574c20720..06832a92f 100644
--- a/dynamic_accounts_report/static/src/js/partner_ledger.js
+++ b/dynamic_accounts_report/static/src/js/partner_ledger.js
@@ -130,7 +130,6 @@ odoo.define('dynamic_accounts_report.partner_ledger', function (require) {
});
}
var child=[];
-
self.$('.table_view_tb').html(QWeb.render('PLTable', {
report_lines : datas['report_lines'],
filter : datas['filters'],
@@ -436,8 +435,8 @@ odoo.define('dynamic_accounts_report.partner_ledger', function (require) {
if ($(".reconciled").length){
var reconciled_res = document.getElementById("reconciled_res")
- filter_data_selected.reconciled = $(".reconciled")[0].value
- reconciled_res.value = $(".reconciled")[0].value
+ filter_data_selected.reconciled = $(".reconciled")[1].value
+ reconciled_res.value = $(".reconciled")[1].value
reconciled_res.innerHTML=reconciled_res.value;
if ($(".reconciled").value==""){
reconciled_res.innerHTML="unreconciled";
diff --git a/dynamic_accounts_report/static/src/xml/partner_ledger_view.xml b/dynamic_accounts_report/static/src/xml/partner_ledger_view.xml
index b7c0c9b23..a90f03fd3 100644
--- a/dynamic_accounts_report/static/src/xml/partner_ledger_view.xml
+++ b/dynamic_accounts_report/static/src/xml/partner_ledger_view.xml
@@ -242,7 +242,6 @@
-
+
+
+