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
22 lines
666 B
# © 2015 ABF OSIELL <http://osiell.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "NSCA Client",
|
|
"summary": "Send passive alerts to monitor your Odoo application.",
|
|
"version": "11.0.1.0.0",
|
|
"category": "Tools",
|
|
"website": "http://github.com/OCA/server-tools",
|
|
"author": "ABF OSIELL, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/nsca_menu.xml",
|
|
"views/nsca_check.xml",
|
|
"views/nsca_server.xml",
|
|
],
|
|
"demo": [
|
|
"demo/demo_data.xml",
|
|
],
|
|
}
|