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.

85 lines
2.4 KiB

8 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ====================
  5. Attachment Metadata
  6. ====================
  7. This module extend ir.attachment model with some new fields for a better control
  8. for import and export of files.
  9. The main feature is an integrity file check with a hash.
  10. A file hash is short representation (signature) computed from file data.
  11. Hashes computed before send file and after received file can be compared to be
  12. sure of the content integrity.
  13. An example of the use of this module, can be found in the external_file_location.
  14. Usage
  15. =====
  16. Go the menu Settings > Attachments
  17. You can create / see standard attachments with additional fields
  18. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  19. :alt: Try me on Runbot
  20. :target: https://runbot.odoo-community.org/runbot/149/8.0
  21. Known issues / Roadmap
  22. ======================
  23. The purpose of this module is not to import the data of the file but only exchange files with external application.
  24. Bug Tracker
  25. ===========
  26. Bugs are tracked on `GitHub Issues
  27. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  28. check there if your issue has already been reported. If you spotted it first,
  29. help us smashing it by providing a detailed and welcomed `feedback
  30. <https://github.com/OCA/
  31. server-tools/issues/new?body=module:%20
  32. attachment_metadata%0Aversion:%20
  33. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  34. Credits
  35. =======
  36. Images
  37. ------
  38. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  39. Contributors
  40. ------------
  41. * Valentin CHEMIERE <valentin.chemiere@akretion.com>
  42. * Sebastien BEAU <sebastian.beau@akretion.com>
  43. * Joel Grand-Guillaume Camptocamp
  44. * initOS <http://initos.com>
  45. * Angel Moya <http://angelmoya.es>
  46. Maintainer
  47. ----------
  48. .. image:: https://odoo-community.org/logo.png
  49. :alt: Odoo Community Association
  50. :target: https://odoo-community.org
  51. This module is maintained by the OCA.
  52. OCA, or the Odoo Community Association, is a nonprofit organization whose
  53. mission is to support the collaborative development of Odoo features and
  54. promote its widespread use.
  55. To contribute to this module, please visit https://odoo-community.org.