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.

23 lines
649 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015-2016 Therp BV <http://therp.nl>
  3. # © 2017 Avoin.Systems - Miku Laitinen
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Dead man's switch (client)",
  7. "version": "11.0.1.0.0",
  8. "author": "Therp BV, Odoo Community Association (OCA)",
  9. "license": "AGPL-3",
  10. "category": "Monitoring",
  11. "summary": "Be notified when customers' Odoo instances go down",
  12. "depends": [
  13. 'base',
  14. ],
  15. "data": [
  16. "data/ir_actions.xml",
  17. "data/ir_cron.xml",
  18. ],
  19. "demo": [
  20. "demo/dead_mans_switch_client_demo.yml",
  21. ],
  22. 'installable': True,
  23. }