From 98031c6f82f5b6c761937995e241acf8f0efa2f3 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Thu, 10 Nov 2022 21:36:45 +0530 Subject: [PATCH] Nov 10 [UPDT] : Banner Update --- product_exchange_pos_sys/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' ],