1234567891011121314151617181920212223 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru - Bill and Kitchen Ticket",
- 'summary': """This module print POS receipt and kitchen ticket.""",
- 'author': "Eiru",
- 'website': "http://www.eiru.com.py",
- 'category': 'Point of Sale',
- 'version': '0.1',
- 'depends': [
- 'base',
- 'point_of_sale',
- 'pos_customize_product_pack',
- ],
- 'data': [
- "template.xml",
- ],
- 'qweb': [
- 'static/src/xml/pos_receipt.xml',
- ],
- 'license': 'AGPL-3',
- 'installable': True,
- 'auto_install': False,
- }
|