From 50b4c151198f77af1462eb5fff5630934a8dc875 Mon Sep 17 00:00:00 2001 From: Patrick Tombez Date: Tue, 3 Nov 2020 10:53:54 +0100 Subject: [PATCH] [MIG] base: Migration to 14.0 --- .travis.yml | 2 +- base_fileurl_field/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 816574e..4f54f1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: - TESTS="1" ODOO_REPO="odoo/odoo" - TESTS="1" ODOO_REPO="OCA/OCB" global: - - VERSION="13.0" LINT_CHECK="0" TESTS="0" + - VERSION="14.0" LINT_CHECK="0" TESTS="0" install: - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools diff --git a/base_fileurl_field/__manifest__.py b/base_fileurl_field/__manifest__.py index a5b04ee..7bd94c1 100644 --- a/base_fileurl_field/__manifest__.py +++ b/base_fileurl_field/__manifest__.py @@ -11,5 +11,5 @@ "base_attachment_object_storage", ], "auto_install": False, - "installable": True, + "installable": False, }