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.

23 lines
530 B

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