1234567891011121314151617 |
- # -*- coding: utf-8 -*-
- {
- 'name': "RESTFul Api for Odoo",
- 'summary': """
- RESTFul Api for Odoo based on JWT Authentication Engine for provide
- largely interoperability connection for another platforms and applications""",
- 'description': """
- RESTFul Api for Odoo based on JWT Authentication Engine
- """,
- 'author': "Robert Alexis Gauto",
- 'website': "http://www.eiru.com.py",
- 'category': 'Tools',
- 'version': '0.1',
- 'depends': ['sale', 'crm', 'base_geolocalize'],
- 'installable': True
- }
|