__openerp__.py 312 B

12345678910111213
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Ticket Venta POS Print',
  4. 'version': '1.0',
  5. 'author': 'Tu Nombre',
  6. 'category': 'Accounting',
  7. 'depends': ['account', 'web'],
  8. 'data': [
  9. 'views/ticket_template.xml',
  10. 'views/invoice_button.xml', # si existe
  11. ],
  12. 'installable': True,
  13. }