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.

31 lines
966 B

  1. # -*- coding: utf-8 -*-
  2. # © 2004-2009 Tiny SPRL (<http://tiny.be>).
  3. # © 2015 Agile Business Group <http://www.agilebg.com>
  4. # © 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
  5. # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
  6. {
  7. "name": "Database Auto-Backup",
  8. "summary": "Backups database",
  9. "version": "8.0.1.0.0",
  10. "author": (
  11. "VanRoey.be - Yenthe Van Ginneken, Agile Business Group,"
  12. " Grupo ESOC Ingeniería de Servicios,"
  13. " Odoo Community Association (OCA)"
  14. ),
  15. 'license': "AGPL-3",
  16. "website": "http://www.vanroey.be/applications/bedrijfsbeheer/odoo",
  17. "category": "Tools",
  18. "depends": ['email_template'],
  19. "demo": [],
  20. "data": [
  21. "data/backup_data.yml",
  22. "security/ir.model.access.csv",
  23. "view/db_backup_view.xml",
  24. ],
  25. "application": True,
  26. "installable": True,
  27. "external_dependencies": {
  28. "python": ["pysftp"],
  29. },
  30. }