Browse Source

Nov 10 [UPDT] : Banner Update

pull/221/merge
AjmalCybro 2 years ago
parent
commit
98031c6f82
  1. 4
      product_exchange_pos_sys/__manifest__.py

4
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', 'version': '16.0.1.0.0',
'category': 'Point of Sale', 'category': 'Point of Sale',
'summary': 'POS Product Exchange', 'summary': 'POS Product Exchange',
@ -31,7 +31,7 @@
'website': 'https://www.cybrosys.com', 'website': 'https://www.cybrosys.com',
'description': "POS Product Exchange", 'description': "POS Product Exchange",
'depends': ['base', 'point_of_sale'], 'depends': ['base', 'point_of_sale'],
'images': ['static/description/banner.jpg'], 'images': ['static/description/banner.png'],
'data': [ 'data': [
'views/pos_order.xml' 'views/pos_order.xml'
], ],

Loading…
Cancel
Save