mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Create base_attachment_object_storage to extract common code to store implementations
This commit is contained in:
committed by
Guewen Baconnier
co-authored by
Guewen Baconnier
parent
beea07d44f
commit
fea698057a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user