# -*- coding: utf-8 -*- # (c) 2016 credativ Ltd (). # (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, }