12345678910111213 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Ticket Venta POS Print',
- 'version': '1.0',
- 'author': 'Tu Nombre',
- 'category': 'Accounting',
- 'depends': ['account', 'web'],
- 'data': [
- 'views/ticket_template.xml',
- 'views/invoice_button.xml', # si existe
- ],
- 'installable': True,
- }
|