From dab453a7c45db782994b96441fb089fdf053331e Mon Sep 17 00:00:00 2001 From: RisvanaCybro Date: Thu, 28 Dec 2023 12:05:47 +0530 Subject: [PATCH] Dec 28 : [FIX] Bug Fixed : Mainfest file banner extension 'mail_push_notification' --- mail_push_notification/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_push_notification/__manifest__.py b/mail_push_notification/__manifest__.py index ee1ae8634..627a2a4cd 100755 --- a/mail_push_notification/__manifest__.py +++ b/mail_push_notification/__manifest__.py @@ -45,7 +45,7 @@ ], }, "external_dependencies": {"python": ["pyfcm"]}, - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False,