From 721f55d5ad1b4331001687e653b0af12b5150f3a Mon Sep 17 00:00:00 2001 From: KolushovAlexandr Date: Thu, 27 Jun 2019 19:44:30 +0500 Subject: [PATCH] :book: restored installability --- website_multi_company_blog/__manifest__.py | 2 +- website_multi_company_demo/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website_multi_company_blog/__manifest__.py b/website_multi_company_blog/__manifest__.py index 662e40232..452b4a25d 100644 --- a/website_multi_company_blog/__manifest__.py +++ b/website_multi_company_blog/__manifest__.py @@ -33,5 +33,5 @@ "uninstall_hook": None, "auto_install": False, - "installable": False, + "installable": True, } diff --git a/website_multi_company_demo/__manifest__.py b/website_multi_company_demo/__manifest__.py index 0e61d39c6..78103739c 100644 --- a/website_multi_company_demo/__manifest__.py +++ b/website_multi_company_demo/__manifest__.py @@ -42,5 +42,5 @@ "post_init_hook": None, "auto_install": False, - "installable": False, + "installable": True, }