__openerp__.py 376 B

123456789101112131415161718
  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Eiru POS title change",
  4. "version": "1.0",
  5. "category": "Point Of Sale",
  6. "website": "https://www.eiru.com.py",
  7. "author": "Eiru",
  8. "license": "AGPL-3",
  9. "application": False,
  10. "installable": True,
  11. "depends": [
  12. "base",
  13. "point_of_sale",
  14. ],
  15. "data": [
  16. "views/template.xml",
  17. ],
  18. }