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
497 B

  1. # -*- coding: utf-8 -*-
  2. # © 2014-2016 Camptocamp SA
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {'name': 'Web Send Message as Popup',
  5. 'version': '9.0.1.0.0',
  6. 'author': "Camptocamp, Odoo Community Association (OCA)",
  7. 'maintainer': 'Camptocamp',
  8. 'license': 'AGPL-3',
  9. 'category': 'Hidden',
  10. 'depends': ['web',
  11. ],
  12. 'website': 'http://www.camptocamp.com',
  13. 'data': ['views/web_send_message_popup.xml'
  14. ],
  15. 'installable': True,
  16. 'auto_install': False,
  17. }