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.

77 lines
2.1 KiB

  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. The main feature is an integrity file check with a hash.
  9. Usage
  10. =====
  11. Go the menu Settings > Attachments
  12. You can create / see standard attachments with additional fields
  13. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  14. :alt: Try me on Runbot
  15. :target: https://runbot.odoo-community.org/runbot/{repo_id}/8.0
  16. .. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
  17. .. branch is "8.0" for example
  18. Known issues / Roadmap
  19. ======================
  20. * ...
  21. Bug Tracker
  22. ===========
  23. Bugs are tracked on `GitHub Issues
  24. <https://github.com/OCA/connector-interfaces/issues>`_. In case of trouble, please
  25. check there if your issue has already been reported. If you spotted it first,
  26. help us smashing it by providing a detailed and welcomed `feedback
  27. <https://github.com/OCA/
  28. connector-interfaces/issues/new?body=module:%20
  29. attachment_metadata%0Aversion:%20
  30. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  31. Credits
  32. =======
  33. Images
  34. ------
  35. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  36. Contributors
  37. ------------
  38. * Valentin CHEMIERE <valentin.chemiere@akretion.com>
  39. * Sebastien BEAU <sebastian.beau@akretion.com>
  40. * Joel Grand-Guillaume Camptocamp
  41. * initOS <http://initos.com>
  42. Maintainer
  43. ----------
  44. .. image:: https://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: https://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit https://odoo-community.org.