forked from OCA/crm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
28 lines (27 loc) · 851 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
# Copyright 2017 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "CRM Phone Calls",
"version": "12.0.1.6.0",
"category": "Customer Relationship Management",
"author": "Odoo S.A., "
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/crm",
"license": "AGPL-3",
"depends": [
'crm',
'calendar',
],
"data": [
'security/crm_security.xml',
'security/ir.model.access.csv',
'wizard/crm_phonecall_to_phonecall_view.xml',
'views/crm_phonecall_view.xml',
'views/res_partner_view.xml',
'views/crm_lead_view.xml',
'views/res_config_settings_views.xml',
'report/crm_phonecall_report_view.xml',
],
'installable': True,
}