fixup! fixup! [12.0] Add base_fileurl_field

This commit is contained in:
Akim Juillerat
2019-04-02 14:07:30 +02:00
parent dd776de71b
commit 959702b2d3
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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)
+1 -1
View File
@@ -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)',