123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- '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,
- }
|