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.

17 lines
572 B

  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. 'author': "Akretion,Odoo Community Association (OCA)",
  11. 'website': 'http://www.akretion.com/',
  12. 'depends': ['base_phone', 'web_action_request'],
  13. 'data': ['res_users_view.xml'],
  14. 'installable': True,
  15. }