diff --git a/pos_mrp_order/__manifest__.py b/pos_mrp_order/__manifest__.py index 8474bff0d..0dfc98e6d 100644 --- a/pos_mrp_order/__manifest__.py +++ b/pos_mrp_order/__manifest__.py @@ -38,7 +38,7 @@ 'views/product_view.xml', 'views/pos_template.xml', ], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'installable': True, 'auto_install': False, } diff --git a/pos_mrp_order/static/description/banner.jpg b/pos_mrp_order/static/description/banner.jpg deleted file mode 100644 index e31ee4ebe..000000000 Binary files a/pos_mrp_order/static/description/banner.jpg and /dev/null differ diff --git a/pos_mrp_order/static/description/banner.png b/pos_mrp_order/static/description/banner.png new file mode 100644 index 000000000..e34e0f784 Binary files /dev/null and b/pos_mrp_order/static/description/banner.png differ diff --git a/pos_mrp_order/static/description/icon.png b/pos_mrp_order/static/description/icon.png index ea63a87f1..9a7024934 100644 Binary files a/pos_mrp_order/static/description/icon.png and b/pos_mrp_order/static/description/icon.png differ