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,