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.
20 lines
603 B
20 lines
603 B
# -*- coding: utf-8 -*-
|
|
# (c) 2016 Trever L. Adams
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
'name': 'Asterisk Phone Log-call',
|
|
'version': '9.0.1.0.0',
|
|
'category': 'Phone',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Necessary bridge between log-call and Asterisk Click2dial',
|
|
'author': "Trever L. Adams,Odoo Community Association (OCA)",
|
|
'website': '',
|
|
'depends': ['logcall', 'asterisk_click2dial'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/asterisk_server_view.xml',
|
|
],
|
|
'application': True,
|
|
'installable': True,
|
|
}
|