mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
fixup! fixup! [12.0] Add base_fileurl_field
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
Base FileURL Field
|
Base FileURL Field
|
||||||
==================
|
==================
|
||||||
|
|
||||||
This module adds a new field type FileURL to odoo.
|
This module adds a new field type FileURL to Odoo.
|
||||||
FileURL is an extension of field type Binary, with the aim to store its
|
FileURL is an extension of field type Binary, with the aim to store its
|
||||||
value on any kind external storage.
|
value on any kind of external storage.
|
||||||
It's been built with the focus on Amazon S3 but could be used with
|
It's been built with the focus on Amazon S3 but could be used with
|
||||||
other storage solution as long as it extends the functionaly of
|
other storage solution as long as it extends the functionality of
|
||||||
base_attachment_object_storage.
|
base_attachment_object_storage.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
FileURL fields is intended to store Binary data on an external storage
|
FileURL fields is intended to store Binary data on an external storage
|
||||||
with the possibility to be accessed outside of odoo.
|
with the possibility to be accessed outside of Odoo.
|
||||||
|
|
||||||
:param storage_location: Required external storage that must be
|
:param storage_location: Required external storage that must be
|
||||||
activated on the system (cf base_attachment_storage)
|
activated on the system (cf base_attachment_storage)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
||||||
{
|
{
|
||||||
"name": "Base FileURL Field",
|
"name": "Base FileURL Field",
|
||||||
"summary": "Implements of FileURL type fields",
|
"summary": "Implementation of FileURL type fields",
|
||||||
"version": "12.0.1.0.0",
|
"version": "12.0.1.0.0",
|
||||||
"category": "Technical Settings",
|
"category": "Technical Settings",
|
||||||
'author': 'Camptocamp, Odoo Community Association (OCA)',
|
'author': 'Camptocamp, Odoo Community Association (OCA)',
|
||||||
|
|||||||
Reference in New Issue
Block a user