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.

18 lines
468 B

  1. # Copyright 2014-2018 Camptocamp SA
  2. # License AGPL-3.0 or later (http://gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Web Send Message as Popup',
  5. 'version': '11.0.1.0.0',
  6. 'author': "Camptocamp, Odoo Community Association (OCA)",
  7. 'maintainer': 'Camptocamp',
  8. 'license': 'AGPL-3',
  9. 'category': 'Hidden',
  10. 'depends': [
  11. 'web',
  12. 'mail',
  13. ],
  14. 'website': 'https://github.com/OCA/web',
  15. 'data': [
  16. 'templates/assets.xml',
  17. ],
  18. }