diff --git a/sale_consignment/__manifest__.py b/sale_consignment/__manifest__.py index 09939180a..2f000653c 100644 --- a/sale_consignment/__manifest__.py +++ b/sale_consignment/__manifest__.py @@ -42,7 +42,7 @@ 'views/product_template_views.xml', 'views/sale_order_views.xml' ], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': "AGPL-3", 'installable': True, 'auto_install': False,