From b88bbd7e2eb35f53464209f22eb73864adb8e107 Mon Sep 17 00:00:00 2001 From: Graeme Gellatly Date: Tue, 12 Nov 2024 09:47:14 +1300 Subject: [PATCH] [MIG][16.0] attachment_swift --- attachment_swift/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }