diff --git a/pos_ticket/__manifest__.py b/pos_ticket/__manifest__.py index b9f7aec77..f4ee1bfe2 100644 --- a/pos_ticket/__manifest__.py +++ b/pos_ticket/__manifest__.py @@ -28,7 +28,7 @@ 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': 'http://www.cybrosys.com', - 'category': 'Point Of Sale', + 'category': 'Point of Sale', 'depends': ['base', 'point_of_sale'], 'license': 'AGPL-3', 'data': [], diff --git a/pos_ticket/__manifest__.py~ b/pos_ticket/__manifest__.py~ index 25d0bbe93..b9f7aec77 100644 --- a/pos_ticket/__manifest__.py~ +++ b/pos_ticket/__manifest__.py~ @@ -3,7 +3,7 @@ # # Cybrosys Technologies Pvt. Ltd. # Copyright (C) 2017-TODAY Cybrosys Technologies(). -# Author: Cybrosys Techno Solutions() +# Author: Niyas Raphy() # you can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. # @@ -22,9 +22,9 @@ ############################################################################## { 'name': 'Company Logo In POS Receipt', - 'summary': """Add Company Logo & Info to POS Ticket""", - 'version': '10.0.1.0.0', - 'description': """Add company logo and info to pos ticket""", + 'summary': """Add Company Logo ,Info & Customer name to POS Ticket""", + 'version': '11.0.1.0', + 'description': """Add Company Logo , Info & Customer name to POS Ticket""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': 'http://www.cybrosys.com',