Search 1.9 billion lines of Odoo code on GitHub

storage_file

Author: Akretion, Odoo Community Association (OCA)
License: LGPL-3
Branch: 15.0-imp-storage_image_product-image_tag_form
Repository: ForgeFlow/storage
Dependencies: storage_backend
Languages: HTML (336, 29.8%), Python (570, 50.5%), XML (178, 15.8%), and reStructuredText (45, 4.0%)
Other branches: 10.0, 12.0, 12.0-storage_image_product-imp_view, 13.0, 13.0-33-port, 13.0-add-storage_image_backend_migration, 13.0-add-storage_image_partner, 13.0-add-storage_import_image, 13.0-add-storage_import_image_2, 13.0-add-storage_import_media_advanced, 13.0-custom-storage_image_product, 13.0-fix-image-relation-for-variant, 13.0-fix-storagE_image_product-remove-cascade-attributes-from-pt, 13.0-fix-storage_image-read-on-image-manager, 13.0-fix-storage_image_product-remove_image_attributes, 13.0-fix-storage_import_image_advanced, 13.0-imp-storage_image-limit-unlink, 13.0-imp-storage_image_product, 13.0-imp-storage_image_product-available-domain, 13.0-imp-storage_image_product-image_tag_form, 13.0-imp-storage_import_image_advanced-hook, 13.0-imp-storage_import_image_advanced-utf-8-sig, 13.0-mig-storage_image_import, 13.0-mig-storage_image_product_import, 13.0-storage-gubi, 13.0-storage_backend_ftp-ff, 13.0-storage_image-cleanup-dont-stop-image-not-found, 13.0-storage_image_product-avoid-no-attrs, 13.0-storage_image_product-sorting, 13.0-storage_image_product_handle_widget, 13.0-storaget_image_product-avoid-no-attrs, 13.0-update-pre-commit-config, 13.0-wip-storage_import_image, 13.0_imp-storage_backend_ftp, 14.0-imp-storage-tls_xplicit, 14.0-imp-storage_file-add-description, 14.0-imp-storage_image_product-available-domain, 14.0-imp-storage_image_product-image_tag_form, 14.0-imp-storage_import_image_advanced-hook, 14.0-mig-storage_image_backend_migration, 15.0-fix-storage_image_backend_migration, 15.0-fix_storage_conflict, 15.0-imp-storage-tls_xplicit, 15.0-mig-storage_file, 15.0-mig-storage_image, 15.0-mig-storage_image_backend_migration, 15.0-mig-storage_image_product, 15.0-mig-storage_import_image_advanced, 15.0-mig-storage_media, 15.0-storage_file_storage_import_image_advanced, 15.0-upd-copier, 16.0-mig-storage, and 16.0-mig-storage_file
Other repositories: ERPLibre/storage, GSLabIt/storage, Gio666/storage, HviorForgeFlow/storage, Kiplangatdan/storage, MetricWise/storage, NeatNerdPrime/storage, OCA-MUK/storage, OCA/storage, OdooBulgaria/storage, PierrickBrun/storage, RL-OtherApps/storage-deprecated-moved-to-oca, SeuMarco/storage, TDu/storage, acsone/storage, acsone/storage-from-deprecated-akretion, ajinvn2019/storage, akretion/storage, akretion/storage-deprecated-moved-to-oca, amon-ra/storage, anhvu-sg/storage, bodedra/storage, camptocamp/storage, daramousk/storage, dong-z/storage, dsasoftware/storage, etobella/storage, exosoftware/oca-storage, grottas/storage, guewen/storage, gurneyalex/storage, hinfo506/storage, hoaivan/storage, hparfr/storage, jason156/storage, kmee/storage, madhanrajeswaran/storage, noorealam96/storage, qqqoid/storage, royalline1/storage, sanube/storage, sbidoul/storage, sendalpegat/storage, simahawk/storage, talazoft/storage, tate11/storage, ursais/storage, and westlyou/storage-deprecated-moved-to-oca

<h1 class="title">Storage File</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/storage/tree/15.0/storage_file"><img alt="OCA/storage" src="https://img.shields.io/badge/github-OCA%2Fstorage-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/storage-15-0/storage-15-0-storage_file"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/275/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>External file management depending on Storage Backend module.</p> <p>It include these features: * link to any Odoo model/record * store metadata like: checksum, mimetype</p> <p>Use cases (with help of additional 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</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/storage/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/storage/issues/new?body=module:%20storage_file%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>Akretion</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">Contributors</a></h3> <ul class="simple"> <li>Sebastien Beau &lt;<a class="reference external" href="mailto:sebastien.beau&#64;akretion.com">sebastien.beau&#64;akretion.com</a>&gt;</li> <li>Raphaƫl Reverdy &lt;<a class="reference external" href="mailto:raphael.reverdy&#64;akretion.com">raphael.reverdy&#64;akretion.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id5">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/storage/tree/15.0/storage_file">OCA/storage</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>