28 lines
806 B
Python
28 lines
806 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "O'Toolkit",
|
|
'summary': "This app is the basic block of the Otoolkit integration. It allows you to connect your Otoolkit account to your Odoo instance.",
|
|
'description': """""",
|
|
'author': "O'Solutions Company",
|
|
'website': "https://osolutions.app/products/o-toolkit",
|
|
'category': 'Other',
|
|
'version': '19.0.1.0.0',
|
|
'depends': [],
|
|
"external_dependencies": {"python": ["requests"]},
|
|
'data': [
|
|
# security
|
|
"security/otoolkit_security.xml",
|
|
|
|
# views
|
|
"views/menu_views.xml",
|
|
"views/res_config_settings_views.xml",
|
|
|
|
# data
|
|
"data/ir_config_parameter.xml"
|
|
],
|
|
'images': ['static/description/cover.jpeg'],
|
|
'license': 'OPL-1',
|
|
'installable': True,
|
|
'application': True,
|
|
}
|