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.

33 lines
978 B

  1. # Copyright 2004-2009 Tiny SPRL (<http://tiny.be>).
  2. # Copyright 2015 Agile Business Group <http://www.agilebg.com>
  3. # Copyright 2016 Grupo ESOC Ingenieria de Servicios, S.L.U. - Jairo Llopis
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Database Auto-Backup",
  7. "summary": "Backups database",
  8. "version": "12.0.1.0.0",
  9. "author":
  10. "Yenthe Van Ginneken, "
  11. "Agile Business Group, "
  12. "Grupo ESOC Ingenieria de Servicios, "
  13. "LasLabs, "
  14. "AdaptiveCity, "
  15. "Odoo Community Association (OCA)",
  16. "license": "AGPL-3",
  17. "website": "https://github.com/OCA/server-tools/",
  18. "category": "Tools",
  19. "depends": [
  20. "mail",
  21. ],
  22. "data": [
  23. "data/ir_cron.xml",
  24. "data/mail_message_subtype.xml",
  25. "security/ir.model.access.csv",
  26. "view/db_backup_view.xml",
  27. ],
  28. "installable": True,
  29. "external_dependencies": {
  30. "python": ["pysftp"],
  31. },
  32. }