__openerp__.py 386 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Pos ticket Oikoite',
  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. ],
  15. 'author': 'Eiru',
  16. 'website': 'https://www.eiru.com.py',
  17. 'license': 'AGPL-3',
  18. 'installable': True,
  19. }