12345678910111213141516171819 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru Small Ticket",
- 'summary': """This module print POS receipt.""",
- 'author': "Cybrosys Techno Solutions - Eiru",
- 'website': "http://www.eiru.com.py",
- 'category': 'Point of Sale',
- 'version': '0.1',
- 'depends': [
- 'base',
- 'point_of_sale',
- ],
- 'qweb': [
- 'static/src/xml/pos_receipt.xml',
- ],
- 'license': 'AGPL-3',
- 'installable': True,
- 'auto_install': False,
- }
|