Create base_attachment_object_storage to extract common code to store implementations

This commit is contained in:
Thierry Ducrest
2017-09-01 11:14:21 +02:00
committed by Guewen Baconnier
co-authored by Guewen Baconnier
parent beea07d44f
commit fea698057a
11 changed files with 360 additions and 78 deletions
+6 -3
View File
@@ -4,12 +4,15 @@
{'name': 'Attachments on Swift storage',
'summary': 'Store assets and attachments on a Swift compatible object storage',
'version': '10.0.0.0',
'summary': 'Store assets and attachments on a Swift compatible object store',
'version': '10.0.1.1.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Knowledge Management',
'depends': ['base'],
'depends': ['base_attachment_object_storage'],
'external_dependencies': {
'python': ['swiftclient'],
},
'website': 'http://www.camptocamp.com',
'data': [],
'installable': True,