From 7df45fcc1f0605581fe1ad9f067dce33eda0c84c Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Thu, 3 Oct 2024 13:43:39 +0530 Subject: [PATCH] Oct 03: [FIX] Bug fixed 'dynamic_accounts_report' --- dynamic_accounts_report/__manifest__.py | 2 +- dynamic_accounts_report/models/account_partner_ledger.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dynamic_accounts_report/__manifest__.py b/dynamic_accounts_report/__manifest__.py index 0259abd50..d3a36b161 100644 --- a/dynamic_accounts_report/__manifest__.py +++ b/dynamic_accounts_report/__manifest__.py @@ -21,7 +21,7 @@ ################################################################################ { 'name': 'Odoo17 Dynamic Accounting Reports', - 'version': '17.0.1.1.1', + 'version': '17.0.1.1.2', 'category': 'Accounting', 'summary': "Odoo 17 Accounting Financial Reports,Dynamic Accounting Reports, Dynamic Financial Reports,Dynamic Report Odoo17, Odoo17,Financial Reports, Odoo17 Accounting,Accounting, Odoo Apps", 'description': "This module creates dynamic Accounting General Ledger, Trial" diff --git a/dynamic_accounts_report/models/account_partner_ledger.py b/dynamic_accounts_report/models/account_partner_ledger.py index 0076ccee8..360acd66e 100644 --- a/dynamic_accounts_report/models/account_partner_ledger.py +++ b/dynamic_accounts_report/models/account_partner_ledger.py @@ -145,6 +145,7 @@ class AccountPartnerLedger(models.TransientModel): 'account_type', 'in', account_type_domain), ('parent_state', 'in', option_domain)]).mapped( 'partner_id').ids + balance_move_line_ids = [] for partners in partner_id: partner = self.env['res.partner'].browse(partners).name if data_range: