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.

22 lines
656 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017-2018 Onestein (<https://www.onestein.eu>)
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Directory Files Download',
  6. 'summary': 'Download all files of a directory on server',
  7. 'author': 'Onestein, Odoo Community Association (OCA)',
  8. 'website': 'https://github.com/OCA/server-tools',
  9. 'category': 'Tools',
  10. 'version': '10.0.1.0.0',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'base_setup',
  14. ],
  15. 'data': [
  16. 'security/groups.xml',
  17. 'security/ir.model.access.csv',
  18. 'views/ir_filesystem_directory.xml',
  19. ],
  20. 'installable': True,
  21. }