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.

60 lines
1.4 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License
  3. External File Location
  4. ======================
  5. This module was written to extend the functionality of ir.attachment to support remote communication and allow you to import/export file to a remote server
  6. Installation
  7. ============
  8. To install this module, you need to:
  9. * fs python module
  10. * Paramiko python module
  11. Usage
  12. =====
  13. To use this module, you need to:
  14. * Add a location with your server infos
  15. * Create a task with your file info and remote communication method
  16. * A cron task will trigger each task
  17. For further information, please visit:
  18. * https://www.odoo.com/forum/help-1
  19. Known issues / Roadmap
  20. ======================
  21. Credits
  22. =======
  23. * Joel Grand-Guillaume Camptocamp
  24. * initOS <http://initos.com>
  25. * Valentin CHEMIERE <valentin.chemiere@akretion.com>
  26. * Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
  27. Contributors
  28. ------------
  29. * Sebastien BEAU <sebastian.beau@akretion.com>
  30. * David BEAL <david.beal@akretion.com>
  31. Maintainer
  32. ----------
  33. .. image:: http://odoo-community.org/logo.png
  34. :alt: Odoo Community Association
  35. :target: http://odoo-community.org
  36. This module is maintained by the OCA.
  37. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  38. To contribute to this module, please visit http://odoo-community.org.