bemade-addons/wazo_integration/__manifest__.py
2025-05-29 21:35:47 -04:00

19 lines
446 B
Python

{
'name': 'Wazo Configurator',
'version': '17.0.0.1.0',
'summary': 'Module to configure Wazo server from Odoo',
'category': 'Tools',
'author': 'Benoît Vézina',
'website': 'http://www.bemade.org',
'license': 'OPL-1',
'depends': [
'base',
'hr'
],
'data': [
'views/res_config_settings_views.xml'
],
'installable': True,
'application': False,
'auto_install': False,
}