diff --git a/attachment_swift/__manifest__.py b/attachment_swift/__manifest__.py index d0c2ed9c..6603d46b 100644 --- a/attachment_swift/__manifest__.py +++ b/attachment_swift/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Attachments on Swift storage", "summary": "Store assets and attachments on a Swift compatible object store", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Knowledge Management", @@ -19,5 +19,5 @@ }, "website": "https://github.com/camptocamp/odoo-cloud-platform", "data": [], - "installable": False, + "installable": True, }