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.

78 lines
2.2 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 > Technical > Database Structure > Meta Data 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/10.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/{project_repo}/issues>`_. In case of trouble, please
  28. check there if your issue has already been reported. If you spotted it first,
  29. help us smash it by providing detailed and welcomed feedback.
  30. Credits
  31. =======
  32. Images
  33. ------
  34. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  35. Contributors
  36. ------------
  37. * Valentin CHEMIERE <valentin.chemiere@akretion.com>
  38. * Florian da Costa <florian.dacosta@akretion.com>
  39. * Angel Moya <http://angelmoya.es>
  40. Maintainer
  41. ----------
  42. .. image:: https://odoo-community.org/logo.png
  43. :alt: Odoo Community Association
  44. :target: https://odoo-community.org
  45. This module is maintained by the OCA.
  46. OCA, or the Odoo Community Association, is a nonprofit organization whose
  47. mission is to support the collaborative development of Odoo features and
  48. promote its widespread use.
  49. To contribute to this module, please visit https://odoo-community.org.