__openerp__.py 406 B

12345678910111213141516171819
  1. # -*- encoding: utf-8 -*-
  2. {
  3. "name": "Eiru POS Bill Ticket",
  4. "category": "Point Of Sale",
  5. "version": "1.0",
  6. 'description': 'Impresion de Cuenta',
  7. "depends": [
  8. 'point_of_sale'
  9. ],
  10. 'data': [
  11. "views/pos_template.xml",
  12. ],
  13. "qweb": [
  14. 'static/src/xml/pos.xml',
  15. ],
  16. "author": "Dhinesh D - Eiru",
  17. "license": "AGPL-3",
  18. "installable": True,
  19. }