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.

81 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 extends ir.attachment model with some new fields for a better control for import and export of files.
  8. The main feature is an integrity file check with a hash.
  9. A file hash is short representation (signature) computed from file data.
  10. Hashes computed before send file and after received file can be compared to be sure of the content integrity.
  11. An example of the use of this module, can be found in the module `external_file_location`.
  12. Usage
  13. =====
  14. Go the menu Settings > Technical > Database Structure > Meta Data Attachments
  15. You can create / see standard attachments with additional fields
  16. Configure the batch limit for attachments that can be sync by the cron task at a go:
  17. Settings > Technical > System parameters > attachment_sync_cron_batch_limit
  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. * Dan Kiplangat <dan@sunflowerweb.nl>
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose
  48. mission is to support the collaborative development of Odoo features and
  49. promote its widespread use.
  50. To contribute to this module, please visit https://odoo-community.org.