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.

43 lines
1.4 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Base Phone Pop-up',
  6. 'version': '9.0.1.0.0',
  7. 'category': 'Phone',
  8. 'license': 'AGPL-3',
  9. 'summary': 'Pop-up the related form view to the user on incoming calls',
  10. 'description': """
  11. Base Phone Pop-up
  12. =================
  13. When the user receives a phone call, OpenERP can automatically open the
  14. corresponding partner/lead/employee/... in a pop-up without any action from the
  15. user.
  16. The module *web_action_request* can be downloaded with Mercurial:
  17. hg clone http://bitbucket.org/anybox/web_action_request
  18. It depends on 2 other modules, *web_longpolling* and *web_socketio*, that can
  19. be downloaded with this command:
  20. hg clone http://bitbucket.org/anybox/web_socketio
  21. You will find some hints in this documentation :
  22. https://bitbucket.org/anybox/web_action_request
  23. Warning : proxying WebSockets is only supported since Nginx 1.3.13 ; the
  24. feature provided by this module won't work with older versions of Nginx.
  25. TODO : document this new feature on the Akretion Web site :
  26. http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector
  27. """,
  28. 'author': "Akretion,Odoo Community Association (OCA)",
  29. 'website': 'http://www.akretion.com/',
  30. 'depends': ['base_phone', 'web_action_request'],
  31. 'data': ['res_users_view.xml'],
  32. 'installable': False,
  33. }