From 13c52e4f1bb80a4a292474c3a281411f6715abe8 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sun, 27 Jan 2019 23:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86git=20.dev=E4=B8=BA=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E5=BC=80=E5=8F=91=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 102f83ee..90f7c4be 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -91,5 +91,5 @@ 'post_init_hook': 'post_init_hook', 'installable': True, 'application': True, - 'auto_install': False, + 'auto_install': True, }