forked from OCA/connector-telephony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
33 lines (32 loc) · 911 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright (C) 2019 Open Source Integrators
# <https://www.opensourceintegrators.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Voicent Connector",
"version": "14.0.1.0.0",
"category": "Connector",
"license": "AGPL-3",
"summary": "Connect Odoo with Voicent",
"author": "Open Source Integrators, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/connector-telephony",
"depends": [
"connector",
],
"external_dependencies": {
"python": [
"Voicent-Python",
],
},
"data": [
"security/ir.model.access.csv",
"data/ir_cron.xml",
"views/res_partner.xml",
"views/backend_voicent_call_line.xml",
"views/backend_voicent.xml",
],
"installable": True,
"maintainers": [
"max3903",
],
"development_status": "Beta",
}