From b462a7a89c87bdd0bb5e2fa1d7af182f98371486 Mon Sep 17 00:00:00 2001 From: "Ivan.x390" Date: Sun, 22 Sep 2019 01:42:02 +0800 Subject: [PATCH] update enterprise --- app_odoo_customize/__manifest__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app_odoo_customize/__manifest__.py b/app_odoo_customize/__manifest__.py index dc0b9700..d65ef9d6 100644 --- a/app_odoo_customize/__manifest__.py +++ b/app_odoo_customize/__manifest__.py @@ -103,9 +103,9 @@ 'test': [], 'css': [], 'js': [], - 'pre_init_hook': 'pre_init_hook', - 'post_init_hook': 'post_init_hook', + # 'pre_init_hook': 'pre_init_hook', + # 'post_init_hook': 'post_init_hook', 'installable': True, 'application': True, - 'auto_install': True, + 'auto_install': False, }