From 72e22addf921ca35e584866ce02ea1897b8ae7ba Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Tue, 17 Dec 2024 17:13:06 +0530 Subject: [PATCH] Dec 17: [UPDT] Updated the banner 'progress_billing' --- progress_billing/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress_billing/__manifest__.py b/progress_billing/__manifest__.py index 27b2d321b..fa7eb4aa3 100644 --- a/progress_billing/__manifest__.py +++ b/progress_billing/__manifest__.py @@ -38,7 +38,7 @@ 'views/analytic_account_views.xml', 'views/account_move_views.xml', ], - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False,