diff --git a/product_exchange_pos_sys/__manifest__.py b/product_exchange_pos_sys/__manifest__.py index bcc0a185a..78ab4c725 100644 --- a/product_exchange_pos_sys/__manifest__.py +++ b/product_exchange_pos_sys/__manifest__.py @@ -21,7 +21,7 @@ # ############################################################################### { - 'name': 'POS Product Exchange', + 'name': 'POS Product Exchange V16', 'version': '16.0.1.0.0', 'category': 'Point of Sale', 'summary': 'POS Product Exchange', @@ -31,7 +31,7 @@ 'website': 'https://www.cybrosys.com', 'description': "POS Product Exchange", 'depends': ['base', 'point_of_sale'], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'data': [ 'views/pos_order.xml' ],