mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 08:47:40 +00:00
17 lines
489 B
Python
17 lines
489 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2016 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
|
|
|
|
{'name': 'Attachments on Swift storage',
|
|
'summary': 'Store assets and attachments on a Swift compatible object storage',
|
|
'version': '10.0.0.0',
|
|
'author': 'Camptocamp,Odoo Community Association (OCA)',
|
|
'license': 'AGPL-3',
|
|
'category': 'Knowledge Management',
|
|
'depends': ['base'],
|
|
'website': 'http://www.camptocamp.com',
|
|
'data': [],
|
|
'installable': True,
|
|
}
|