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.

27 lines
639 B

  1. # pylint: disable=missing-docstring
  2. # Copyright 2016 ACSONE SA/NV
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Web Notify',
  6. 'summary': """
  7. Send notification messages to user""",
  8. 'version': '12.0.1.0.0',
  9. 'license': 'AGPL-3',
  10. 'author': 'ACSONE SA/NV,'
  11. 'AdaptiveCity,'
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'https://github.com/OCA/web',
  14. 'depends': [
  15. 'web',
  16. 'bus',
  17. 'base',
  18. ],
  19. 'data': [
  20. 'views/web_notify.xml'
  21. ],
  22. 'demo': [
  23. 'views/res_users_demo.xml'
  24. ],
  25. 'installable': True,
  26. }