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.

35 lines
916 B

  1. # coding: utf-8
  2. # @ 2016 florian DA COSTA @ Akretion
  3. # © 2016 @author Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'External File Location',
  7. 'version': '9.0.1.0.0',
  8. 'author': 'Akretion,Odoo Community Association (OCA)',
  9. 'website': 'www.akretion.com',
  10. 'license': 'AGPL-3',
  11. 'category': 'Generic Modules',
  12. 'depends': [
  13. 'attachment_base_synchronize',
  14. ],
  15. 'external_dependencies': {
  16. 'python': [
  17. 'fs',
  18. 'paramiko',
  19. ],
  20. },
  21. 'data': [
  22. 'views/menu.xml',
  23. 'views/attachment_view.xml',
  24. 'views/location_view.xml',
  25. 'views/task_view.xml',
  26. 'data/cron.xml',
  27. 'security/ir.model.access.csv',
  28. ],
  29. 'demo': [
  30. 'demo/task_demo.xml',
  31. ],
  32. 'installable': True,
  33. 'application': False,
  34. }