From ecf9fb92f8ab676edd069ecc6b27d3ab09298b97 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Fri, 4 Jul 2025 15:53:13 +0530 Subject: [PATCH] July 04: [FIX] Bug Fixed 'advanced_loan_management' --- advanced_loan_management/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_loan_management/__manifest__.py b/advanced_loan_management/__manifest__.py index 697a42e78..b33ed4d19 100644 --- a/advanced_loan_management/__manifest__.py +++ b/advanced_loan_management/__manifest__.py @@ -51,7 +51,7 @@ 'report/loan_management_reports.xml', 'report/loan_report_templates.xml', ], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,