diff --git a/employee_vehicle_request/__manifest__.py b/employee_vehicle_request/__manifest__.py index 07e7b356e..eda357b47 100644 --- a/employee_vehicle_request/__manifest__.py +++ b/employee_vehicle_request/__manifest__.py @@ -37,7 +37,7 @@ 'security/ir.model.access.csv', 'views/employee_fleet_view.xml', ], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'demo': [], 'installable': True, diff --git a/employee_vehicle_request/static/description/banner.jpg b/employee_vehicle_request/static/description/banner.jpg deleted file mode 100644 index 47f8fbf0b..000000000 Binary files a/employee_vehicle_request/static/description/banner.jpg and /dev/null differ diff --git a/employee_vehicle_request/static/description/banner.png b/employee_vehicle_request/static/description/banner.png new file mode 100644 index 000000000..b89665717 Binary files /dev/null and b/employee_vehicle_request/static/description/banner.png differ diff --git a/employee_vehicle_request/static/description/icon.png b/employee_vehicle_request/static/description/icon.png index 24f9b6b08..a22a4f1eb 100644 Binary files a/employee_vehicle_request/static/description/icon.png and b/employee_vehicle_request/static/description/icon.png differ diff --git a/invoice_stock_move/static/description/banner.jpg b/invoice_stock_move/static/description/banner.jpg index 5da168516..11d1b194a 100644 Binary files a/invoice_stock_move/static/description/banner.jpg and b/invoice_stock_move/static/description/banner.jpg differ diff --git a/invoice_stock_move/static/description/icon.png b/invoice_stock_move/static/description/icon.png index 31df27645..7f6425f49 100644 Binary files a/invoice_stock_move/static/description/icon.png and b/invoice_stock_move/static/description/icon.png differ diff --git a/mrp_work_order_print/__manifest__.py b/mrp_work_order_print/__manifest__.py index 97dd95331..5ae765edf 100644 --- a/mrp_work_order_print/__manifest__.py +++ b/mrp_work_order_print/__manifest__.py @@ -36,7 +36,7 @@ 'views/report_work_order.xml', ], 'demo': [], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'installable': True, 'auto_install': False, } diff --git a/mrp_work_order_print/static/description/banner.jpg b/mrp_work_order_print/static/description/banner.jpg deleted file mode 100644 index 012febffb..000000000 Binary files a/mrp_work_order_print/static/description/banner.jpg and /dev/null differ diff --git a/mrp_work_order_print/static/description/banner.png b/mrp_work_order_print/static/description/banner.png new file mode 100644 index 000000000..bfdcc96c0 Binary files /dev/null and b/mrp_work_order_print/static/description/banner.png differ diff --git a/mrp_work_order_print/static/description/icon.png b/mrp_work_order_print/static/description/icon.png index d9905bbcb..7475833fe 100644 Binary files a/mrp_work_order_print/static/description/icon.png and b/mrp_work_order_print/static/description/icon.png differ diff --git a/pos_magnify_image/README.rst b/pos_magnify_image/README.rst index f8164bb0c..67de9c809 100755 --- a/pos_magnify_image/README.rst +++ b/pos_magnify_image/README.rst @@ -24,4 +24,5 @@ Usage Credits ======= Developer: Aswani pc @ cybrosys + V13 Yadu diff --git a/pos_magnify_image/__manifest__.py b/pos_magnify_image/__manifest__.py index bf7147d5e..633b6cdd0 100755 --- a/pos_magnify_image/__manifest__.py +++ b/pos_magnify_image/__manifest__.py @@ -32,7 +32,7 @@ 'depends': ['point_of_sale'], 'data': ['views/pos_product_magnify_image.xml'], 'qweb': ['static/src/xml/pos_product_image.xml'], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, diff --git a/pos_magnify_image/static/description/banner.jpg b/pos_magnify_image/static/description/banner.jpg deleted file mode 100755 index 9469b6f21..000000000 Binary files a/pos_magnify_image/static/description/banner.jpg and /dev/null differ diff --git a/pos_magnify_image/static/description/banner.png b/pos_magnify_image/static/description/banner.png new file mode 100644 index 000000000..84ebada90 Binary files /dev/null and b/pos_magnify_image/static/description/banner.png differ diff --git a/pos_magnify_image/static/description/icon.png b/pos_magnify_image/static/description/icon.png old mode 100755 new mode 100644 index 4c518c439..8a323d3e7 Binary files a/pos_magnify_image/static/description/icon.png and b/pos_magnify_image/static/description/icon.png differ