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.

24 lines
705 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 ABF OSIELL <http://osiell.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "NSCA Client",
  6. "summary": "Send passive alerts to monitor your Odoo application.",
  7. "version": "8.0.1.0.0",
  8. "category": "Tools",
  9. "website": "http://osiell.com/",
  10. "author": "ABF OSIELL, Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "data": [
  15. "security/ir.model.access.csv",
  16. "data/nsca_server.xml",
  17. "views/nsca_menu.xml",
  18. "views/nsca_check.xml",
  19. "views/nsca_server.xml",
  20. ],
  21. "demo": [
  22. "demo/demo_data.xml",
  23. ],
  24. }