From 718c0372c066948296f23a282030ee6257d844a1 Mon Sep 17 00:00:00 2001 From: Patrick Tombez Date: Tue, 3 Nov 2020 11:36:51 +0100 Subject: [PATCH] [MIG] base_fileurl_field: Migration to 14.0 --- base_fileurl_field/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base_fileurl_field/__manifest__.py b/base_fileurl_field/__manifest__.py index 7bd94c1..2fe939e 100644 --- a/base_fileurl_field/__manifest__.py +++ b/base_fileurl_field/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Base FileURL Field", "summary": "Implementation of FileURL type fields", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "category": "Technical Settings", 'author': 'Camptocamp, Odoo Community Association (OCA)', 'license': 'AGPL-3', @@ -11,5 +11,5 @@ "base_attachment_object_storage", ], "auto_install": False, - "installable": False, + "installable": True, }