diff --git a/delivery_split/__manifest__.py b/delivery_split/__manifest__.py index 2bfc9e5bb..5036ac998 100644 --- a/delivery_split/__manifest__.py +++ b/delivery_split/__manifest__.py @@ -33,7 +33,7 @@ 'website': "https://www.cybrosys.com", 'depends': ['sale_management', 'stock'], 'data': ['views/sale_order_views.xml'], - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,