|
@ -1,13 +1,14 @@ |
|
|
# -*- coding: utf-8 -*- |
|
|
# -*- coding: utf-8 -*- |
|
|
# © 2015-2016 Therp BV <http://therp.nl> |
|
|
# © 2015-2016 Therp BV <http://therp.nl> |
|
|
|
|
|
# © 2017 Avoin.Systems - Miku Laitinen |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
{ |
|
|
{ |
|
|
"name": "Dead man's switch (client)", |
|
|
"name": "Dead man's switch (client)", |
|
|
"version": "9.0.1.0.1", |
|
|
|
|
|
"author": "Therp BV,Odoo Community Association (OCA)", |
|
|
|
|
|
|
|
|
"version": "10.0.1.0.0", |
|
|
|
|
|
"author": "Therp BV, Odoo Community Association (OCA)", |
|
|
"license": "AGPL-3", |
|
|
"license": "AGPL-3", |
|
|
"category": "Monitoring", |
|
|
"category": "Monitoring", |
|
|
"summary": "Be notified when customers' odoo instances go down", |
|
|
|
|
|
|
|
|
"summary": "Be notified when customers' Odoo instances go down", |
|
|
"depends": [ |
|
|
"depends": [ |
|
|
'base', |
|
|
'base', |
|
|
], |
|
|
], |
|
@ -18,5 +19,5 @@ |
|
|
"demo": [ |
|
|
"demo": [ |
|
|
"demo/dead_mans_switch_client_demo.yml", |
|
|
"demo/dead_mans_switch_client_demo.yml", |
|
|
], |
|
|
], |
|
|
'installable': False, |
|
|
|
|
|
|
|
|
'installable': True, |
|
|
} |
|
|
} |