# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # ############################################################################## { 'name': 'Point of Sale (pos) Logo and Time', 'category': 'Point Of Sale', 'version': '1.0', 'description': """ Addons to Point of Sale ======================================== To add features like, To Update Point of Sale Logo from pos config To display Time in Point of Sale which shall be configured at Pos Config for 12/24 Hours Format """, 'author': 'Murali Krishna Reddy', 'website': 'http://www.credativ.in', 'sequence':0, 'depends': ['base', 'web', 'point_of_sale'], 'images':['main_screenshot.png'], 'data': [ 'pos_view.xml', ], 'qweb': ['static/src/xml/*.xml'], 'installable': True, 'auto_install': False, 'application': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: