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.

61 lines
2.7 KiB

  1. # -*- encoding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Asterisk click2dial CRM module for OpenERP
  5. # Copyright (c) 2011 Zikzakmedia S.L. (http://zikzakmedia.com)
  6. # Copyright (c) 2012-2014 Akretion (http://www.akretion.com)
  7. # @author: Jesús Martín <jmartin@zikzakmedia.com>
  8. # @author: Alexis de Lattre <alexis.delattre@akretion.com>
  9. #
  10. # This program is free software: you can redistribute it and/or modify
  11. # it under the terms of the GNU Affero General Public License as published
  12. # by the Free Software Foundation, either version 3 of the License, or
  13. # (at your option) any later version.
  14. #
  15. # This program is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. # GNU Affero General Public License for more details.
  19. #
  20. # You should have received a copy of the GNU Affero General Public License
  21. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. #
  23. ##############################################################################
  24. {
  25. "name": "Asterisk Click2dial CRM",
  26. "version": "0.1",
  27. "author": "Zikzakmedia SL, Akretion",
  28. "website": "http://www.zikzakmedia.com",
  29. "license": "AGPL-3",
  30. "category": "Phone",
  31. "description": """
  32. Asterisk Click2dial CRM
  33. =======================
  34. This module adds CRM-specific features to the asterisk_click2dial module.
  35. It adds 2 features :
  36. First, when you do a click2dial, OpenERP will propose you to create an outbound phone call in the CRM ; if you answer 'Yes', it will create the phone call in the CRM and open it in a new tab. If some users don't want to be asked to create a phone call in the CRM each time they do a click2dial, you should disable the corresponding option in the 'Telephony' tab of the 'User' form.
  37. Second, when you receive a phone call and run the wizard "Open calling partner", if the partner is found in OpenERP, you will see a button that proposes to create an inbound phone call in the CRM.
  38. This module has been initially developped by Zikzakmedia and has been enhanced by Akretion.
  39. A detailed documentation for the OpenERP-Asterisk connector is available on the Akretion Web site : http://www.akretion.com/en/products-and-services/openerp-asterisk-voip-connector
  40. """,
  41. "depends": [
  42. 'asterisk_click2dial',
  43. 'crm_phone',
  44. ],
  45. "demo": [],
  46. "data": [
  47. 'wizard/open_calling_partner_view.xml',
  48. 'wizard/create_crm_phonecall_view.xml',
  49. 'res_users_view.xml',
  50. 'crm_lead_view.xml',
  51. ],
  52. "installable": True,
  53. "application": True,
  54. }