__openerp__.py 493 B

12345678910111213141516
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "RESTFul Api for Odoo",
  4. 'summary': """
  5. RESTFul Api for Odoo based on JWT Authentication Engine for provide
  6. largely interoperability connection for another platforms and applications""",
  7. 'description': """
  8. RESTFul Api for Odoo based on JWT Authentication Engine
  9. """,
  10. 'author': "Robert Alexis Gauto",
  11. 'website': "http://www.eiru.com.py",
  12. 'category': 'Tools',
  13. 'version': '0.1',
  14. 'depends': ['base'],
  15. }