From 959702b2d3e73f461eec1a6fc906eea0c8f0ec77 Mon Sep 17 00:00:00 2001 From: Akim Juillerat Date: Tue, 2 Apr 2019 14:07:30 +0200 Subject: [PATCH] fixup! fixup! [12.0] Add base_fileurl_field --- base_fileurl_field/README.rst | 8 ++++---- base_fileurl_field/__manifest__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base_fileurl_field/README.rst b/base_fileurl_field/README.rst index d079dda..ae841f5 100644 --- a/base_fileurl_field/README.rst +++ b/base_fileurl_field/README.rst @@ -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) diff --git a/base_fileurl_field/__manifest__.py b/base_fileurl_field/__manifest__.py index 7445e68..7490bb6 100644 --- a/base_fileurl_field/__manifest__.py +++ b/base_fileurl_field/__manifest__.py @@ -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)',