You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
505 B
18 lines
505 B
# -*- coding: utf-8 -*-
|
|
# (c) 2016 credativ Ltd (<http://credativ.co.uk>).
|
|
# (c) 2016 Trever L. Adams
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
|
|
{
|
|
'name': 'CRM Voip Phone Log-call',
|
|
'version': '9.0.1.0.0',
|
|
'category': 'Phone',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Necessary bridge between log-call and CRM VoIP module',
|
|
'author': "Trever L. Adams",
|
|
'website': '',
|
|
'depends': ['logcall', 'crm_voip'],
|
|
'application': True,
|
|
'installable': False,
|
|
}
|