__openerp__.py 544 B

1234567891011121314151617
  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': ['sale', 'crm', 'base_geolocalize'],
  15. 'installable': True
  16. }