odoo14-addon-storage-file


Nameodoo14-addon-storage-file JSON
Version 14.0.2.4.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/storage
SummaryStorage file in storage backend
upload_time2024-07-15 08:31:40
maintainerNone
docs_urlNone
authorAkretion, Odoo Community Association (OCA)
requires_python>=3.6
licenseLGPL-3
keywords
VCS
bugtrack_url
requirements fsspec paramiko python_slugify
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/storage",
    "name": "odoo14-addon-storage-file",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Akretion, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "\n.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg\n   :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n   :alt: License: LGPL-3\n\n============\nStorage File\n============\n\n\nExternal file management depending on Storage Backend module.\n\nIt include these features:\n* link to any Odoo model/record\n* store metadata like: checksum, mimetype\n\nUse cases (with help of additionnal modules):\n- store pdf (like invoices) on a file server with high SLA\n- access attachments with read/write on prod environment and only read only on dev / testing\n\nKnown issues / Roadmap\n======================\n\n* Update README with the last model of README when migration to v11 in OCA\n* No file deletion / unlink\n\nCredits\n=======\n\n\nContributors\n------------\n\n* Sebastien Beau <sebastien.beau@akretion.com>\n* Rapha\u00ebl Reverdy <raphael.reverdy@akretion.com>\n\n\nMaintainer\n----------\n\n* Akretion\n",
    "bugtrack_url": null,
    "license": "LGPL-3",
    "summary": "Storage file in storage backend",
    "version": "14.0.2.4.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/storage"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33181d74f10cee3f2c6fb65f731a6ab4633a9a2505ce66c59d6705fb2ece4771",
                "md5": "ad9c7cbde6f46f88823c442ae937b27c",
                "sha256": "18918fd7af621fa2b2970d0b073bbe697d2c3858a61cc18da3638d95a0a15553"
            },
            "downloads": -1,
            "filename": "odoo14_addon_storage_file-14.0.2.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad9c7cbde6f46f88823c442ae937b27c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 29907,
            "upload_time": "2024-07-15T08:31:40",
            "upload_time_iso_8601": "2024-07-15T08:31:40.939034Z",
            "url": "https://files.pythonhosted.org/packages/33/18/1d74f10cee3f2c6fb65f731a6ab4633a9a2505ce66c59d6705fb2ece4771/odoo14_addon_storage_file-14.0.2.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-15 08:31:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "storage",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "fsspec",
            "specs": [
                [
                    ">=",
                    "2024.5.0"
                ]
            ]
        },
        {
            "name": "paramiko",
            "specs": []
        },
        {
            "name": "python_slugify",
            "specs": []
        }
    ],
    "lcname": "odoo14-addon-storage-file"
}
        
Elapsed time: 0.60347s