__openerp__.py 426 B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Pos ticket Por su pollo',
  4. 'category': 'Point Of Sale',
  5. 'version': '8.0.1.0.0',
  6. 'depends': [
  7. 'point_of_sale',
  8. ],
  9. 'data': [
  10. "template.xml",
  11. ],
  12. 'qweb': [
  13. 'static/src/xml/pos.xml',
  14. 'static/src/xml/view.xml',
  15. ],
  16. 'author': 'Eiru',
  17. 'website': 'https://www.eiru.com.py',
  18. 'license': 'AGPL-3',
  19. 'installable': True,
  20. }