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.

21 lines
632 B

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