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
717 B

  1. # coding: utf-8
  2. # @ 2015 Valentin CHEMIERE @ Akretion
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'external_file_location',
  6. 'version': '0.0.1',
  7. 'author': 'Akretion',
  8. 'website': 'www.akretion.com',
  9. 'license': 'AGPL-3',
  10. 'category': 'Generic Modules',
  11. 'depends': [
  12. 'attachment_metadata',
  13. ],
  14. 'external_dependencies': {
  15. 'python': [
  16. 'fs',
  17. 'paramiko',
  18. ],
  19. },
  20. 'data': [
  21. 'menu.xml',
  22. 'attachment_view.xml',
  23. 'location_view.xml',
  24. 'task_view.xml',
  25. 'cron.xml',
  26. 'security/ir.model.access.csv',
  27. ],
  28. 'installable': True,
  29. 'application': True,
  30. }