Make pylint happy

This commit is contained in:
Akim Juillerat
2019-03-14 15:16:54 +01:00
parent fa522a29e7
commit dd776de71b
5 changed files with 48 additions and 11 deletions
+3 -9
View File
@@ -3,16 +3,10 @@
{
"name": "Base FileURL Field",
"summary": "Implements of FileURL type fields",
"category": "Technical Settings",
"description": """
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.
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
base_attachment_object_storage.
""",
"version": "12.0.1.0.0",
"category": "Technical Settings",
'author': 'Camptocamp, Odoo Community Association (OCA)',
'license': 'AGPL-3',
"depends": [
"base_attachment_object_storage",
],