12345678910111213141516171819 |
- # -*- encoding: utf-8 -*-
- {
- "name": "Eiru POS Bill Ticket",
- "category": "Point Of Sale",
- "version": "1.0",
- 'description': 'Impresion de Cuenta',
- "depends": [
- 'point_of_sale'
- ],
- 'data': [
- "views/pos_template.xml",
- ],
- "qweb": [
- 'static/src/xml/pos.xml',
- ],
- "author": "Dhinesh D - Eiru",
- "license": "AGPL-3",
- "installable": True,
- }
|