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

21 lines
618 B
Python

{
"name": "VoIP for CRM",
"summary": "VoIP integration with CRM module.",
"description": """Adds a button to schedule calls from leads in Kanban.""",
"category": "Sales/CRM",
"version": "1.0",
"depends": ["base", "crm", "voip"],
"auto_install": True,
"data": ["views/crm_lead_views.xml"],
"license": "OEEL-1",
"assets": {
"web.tests_assets": [
"voip_crm/static/tests/helpers/**/*.js",
],
"web.qunit_suite_tests": [
"voip_crm/static/tests/**/*.js",
("remove", "voip_crm/static/tests/helpers/**/*"),
],
},
}