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.

22 lines
666 B

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