1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/voip_onsip/__manifest__.py
2024-12-10 09:04:09 +07:00

20 lines
482 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "VoIP OnSIP",
"description": """Enables VoIP compatibility with OnSIP.""",
"category": "Hidden",
"version": "1.0",
"depends": ["voip"],
"data": [
"views/res_config_settings_views.xml",
"views/res_users_views.xml",
],
"license": "OEEL-1",
"assets": {
"web.assets_backend": [
"voip_onsip/static/src/**/*",
],
},
}