From d1f79fc6165497e6aec130b989166537dbac297d Mon Sep 17 00:00:00 2001 From: ivan deng Date: Mon, 13 Jan 2020 23:02:41 +0800 Subject: [PATCH] fix portal --- app_odoo_customize/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py index 2bcc1844..56c5d92a 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -110,5 +110,5 @@ # 'post_init_hook': 'post_init_hook', 'installable': True, 'application': True, - 'auto_install': False, + 'auto_install': True, }