storage_backend/storage_file
Angga 10e1163210 add storage 2024-11-08 03:21:56 +07:00
..
controllers add storage 2024-11-08 03:21:56 +07:00
data add storage 2024-11-08 03:21:56 +07:00
i18n add storage 2024-11-08 03:21:56 +07:00
models add storage 2024-11-08 03:21:56 +07:00
security add storage 2024-11-08 03:21:56 +07:00
static/description add storage 2024-11-08 03:21:56 +07:00
tests add storage 2024-11-08 03:21:56 +07:00
views add storage 2024-11-08 03:21:56 +07:00
wizards add storage 2024-11-08 03:21:56 +07:00
README.rst add storage 2024-11-08 03:21:56 +07:00
__init__.py add storage 2024-11-08 03:21:56 +07:00
__manifest__.py add storage 2024-11-08 03:21:56 +07:00

README.rst

.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
   :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
   :alt: License: LGPL-3

============
Storage File
============


External file management depending on Storage Backend module.

It include these features:
* link to any Odoo model/record
* store metadata like: checksum, mimetype

Use cases (with help of additionnal modules):
- store pdf (like invoices) on a file server with high SLA
- access attachments with read/write on prod environment and only read only on dev / testing

Known issues / Roadmap
======================

* Update README with the last model of README when migration to v11 in OCA
* No file deletion / unlink

Credits
=======


Contributors
------------

* Sebastien Beau <sebastien.beau@akretion.com>
* Raphaël Reverdy <raphael.reverdy@akretion.com>


Maintainer
----------

* Akretion