forked from Mapan/odoo17e
21 lines
618 B
Python
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/**/*"),
|
|
],
|
|
},
|
|
}
|