Browse Source

[IMP] README file

pull/376/head
David Beal 8 years ago
parent
commit
f9b75eb1ee
  1. 11
      attachment_metadata/README.rst
  2. 2
      attachment_metadata/__openerp__.py

11
attachment_metadata/README.rst

@ -8,7 +8,15 @@ Attachment Metadata
====================
This module extend ir.attachment model with some new fields for a better control
for import and export of files. The main feature is an integrity file check with a hash.
for import and export of files.
The main feature is an integrity file check with a hash.
A file hash is short representation (signature) computed from file data.
Hashes computed before send file and after received file can be compared to be
sure of the content integrity.
An example of the use of this module, can be found in the external_file_location.
Usage
@ -28,6 +36,7 @@ You can create / see standard attachments with additional fields
Known issues / Roadmap
======================
The purpose of this module is not to import the data of the file but only exchange files with external application.
Bug Tracker

2
attachment_metadata/__openerp__.py

@ -2,7 +2,7 @@
# @ 2015 Valentin CHEMIERE @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{'name': 'attachment_metadata',
{'name': 'Attachment Metadata',
'version': '8.0.1.0.0',
'author': 'Akretion,Odoo Community Association (OCA)',
'website': 'www.akretion.com',

Loading…
Cancel
Save