Skip to content

Commit

Permalink
fixup! fixup! [12.0] Add base_fileurl_field
Browse files Browse the repository at this point in the history
  • Loading branch information
grindtildeath committed Apr 2, 2019
1 parent dd776de commit 959702b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions base_fileurl_field/README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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
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
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.

Usage
-----

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
activated on the system (cf base_attachment_storage)
Expand Down
2 changes: 1 addition & 1 deletion base_fileurl_field/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "Base FileURL Field",
"summary": "Implements of FileURL type fields",
"summary": "Implementation of FileURL type fields",
"version": "12.0.1.0.0",
"category": "Technical Settings",
'author': 'Camptocamp, Odoo Community Association (OCA)',
Expand Down

0 comments on commit 959702b

Please sign in to comment.