From 4f0c42517c4241a86eaa9e0f484ce51d6feabfb3 Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Wed, 1 Nov 2017 17:18:17 +0530 Subject: [PATCH] [ADD] Category In MAnifest --- pos_ticket/__manifest__.py | 2 +- pos_ticket/__manifest__.py~ | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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',