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.

103 lines
3.4 KiB

  1. ======================
  2. Attachment Synchronize
  3. ======================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-akretion%2Fserver--tools-lightgray.png?logo=github
  15. :target: https://github.com/akretion/server-tools/tree/12-mig-external_file_location/attachment_synchronize
  16. :alt: akretion/server-tools
  17. |badge1| |badge2| |badge3|
  18. This module allow you to deal with remote communication to import/export files.
  19. It allow to store paths and settings from/to remote servers.
  20. It depends of attachment_queue to store attachments
  21. With additional modules coming from https://github.com/storage you can use ftp, sftp, etc
  22. **Table of contents**
  23. .. contents::
  24. :local:
  25. Configuration
  26. =============
  27. To use this module, you need to:
  28. * Add a location with your server infos
  29. * Create a task with your file info and remote communication method
  30. * A cron task will trigger each task
  31. .. figure:: https://raw.githubusercontent.com/akretion/server-tools/12-mig-external_file_location/attachment_synchronize/static/description/file.png
  32. .. figure:: https://raw.githubusercontent.com/akretion/server-tools/12-mig-external_file_location/attachment_synchronize/static/description/sftp.png
  33. With the help of storage_backend_sftp
  34. Bug Tracker
  35. ===========
  36. Bugs are tracked on `GitHub Issues <https://github.com/akretion/server-tools/issues>`_.
  37. In case of trouble, please check there if your issue has already been reported.
  38. If you spotted it first, help us smashing it by providing a detailed and welcomed
  39. `feedback <https://github.com/akretion/server-tools/issues/new?body=module:%20attachment_synchronize%0Aversion:%2012-mig-external_file_location%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  40. Do not contact contributors directly about support or help with technical issues.
  41. Credits
  42. =======
  43. Authors
  44. ~~~~~~~
  45. * Akretion
  46. Contributors
  47. ~~~~~~~~~~~~
  48. `Akretion <https://www.akretion.com/>`_ :
  49. - Valentin CHEMIERE
  50. - Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
  51. - Florian DA COSTA <florian.dacosta@akretion.com>
  52. GS Lab:
  53. - Giovanni SERRA <giovanni@gslab.it>
  54. Maintainers
  55. ~~~~~~~~~~~
  56. .. |maintainer-florian-dacosta| image:: https://github.com/florian-dacosta.png?size=40px
  57. :target: https://github.com/florian-dacosta
  58. :alt: florian-dacosta
  59. .. |maintainer-GSLabIt| image:: https://github.com/GSLabIt.png?size=40px
  60. :target: https://github.com/GSLabIt
  61. :alt: GSLabIt
  62. .. |maintainer-bealdav| image:: https://github.com/bealdav.png?size=40px
  63. :target: https://github.com/bealdav
  64. :alt: bealdav
  65. Current maintainers:
  66. |maintainer-florian-dacosta| |maintainer-GSLabIt| |maintainer-bealdav|
  67. This module is part of the `akretion/server-tools <https://github.com/akretion/server-tools/tree/12-mig-external_file_location/attachment_synchronize>`_ project on GitHub.
  68. You are welcome to contribute.