From 337f6908e59c1bfdb5f1b2d69c5c69989a371776 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Thu, 6 Oct 2022 11:06:37 +0530 Subject: [PATCH] Oct 04 : [UPDT] Updated 'export_view_pdf' --- export_view_pdf/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export_view_pdf/__manifest__.py b/export_view_pdf/__manifest__.py index c0a2e1118..6ff7f5a8e 100644 --- a/export_view_pdf/__manifest__.py +++ b/export_view_pdf/__manifest__.py @@ -43,7 +43,7 @@ ] }, 'images': [ - 'static/description/banner.png' + 'static/description/banner.jpg' ], 'license': 'LGPL-3', 'installable': True,