Browse Source

[ADD] Category In MAnifest

pull/54/head
SHEREEF PT 8 years ago
parent
commit
4f0c42517c
  1. 2
      pos_ticket/__manifest__.py
  2. 8
      pos_ticket/__manifest__.py~

2
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': [],

8
pos_ticket/__manifest__.py~

@ -3,7 +3,7 @@
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2017-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Cybrosys Techno Solutions(<http://www.cybrosys.com>)
# Author: Niyas Raphy(<http://www.cybrosys.com>)
# 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',

Loading…
Cancel
Save