~therp-nl/therp-addons/github-6.1

« back to all changes in this revision

Viewing changes to dead_mans_switch_therp/__openerp__.py

  • Committer: Ronald Portier
  • Date: 2016-05-13 10:52:03 UTC
  • mfrom: (103.1.4)
  • Revision ID: git-v1:2098bab05e29c81ebf90b7c282c4c879e56f3846
Merge pull request #46 from hbrunn/6.1-dead_mans_switch_therp

[ADD] dead_mans_switch_therp

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
# © 2015 Therp BV <http://therp.nl>
 
3
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
4
{
 
5
    "name": "Dead man's switch for Therp",
 
6
    "version": "6.1.1.0.0",
 
7
    "author": "Therp BV",
 
8
    "license": "AGPL-3",
 
9
    "category": "Monitoring",
 
10
    "summary": "Configure dead_mans_switch_client for Therp",
 
11
    "depends": [
 
12
        'dead_mans_switch_client',
 
13
    ],
 
14
    "data": [
 
15
        "data/ir_actions.xml",
 
16
        "data/ir_config_parameter.xml",
 
17
    ],
 
18
}