From db760d35c787750ddef07c5a0db86bc0d33ac2d1 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Thu, 15 Oct 2020 21:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20common=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_common/__manifest__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app_common/__manifest__.py b/app_common/__manifest__.py index 86cec92a..01778359 100644 --- a/app_common/__manifest__.py +++ b/app_common/__manifest__.py @@ -33,7 +33,7 @@ { 'name': "Sunpop Odooapp Common Func", - 'version': '13.20.09.05', + 'version': '13.20.10.15', 'author': 'Sunpop.cn', 'category': 'Base', 'website': 'https://www.sunpop.cn', @@ -46,8 +46,8 @@ 'web', ], 'summary': ''' - Core for common use - 基础核心 + Core for common use sunpop apps. + 基础核心,必须没有要被依赖字段及视图等,实现auto_install ''', 'description': ''' Support Odoo 13,12, Enterprise and Community Edition @@ -79,5 +79,5 @@ # 'uninstall_hook': 'uninstall_hook', 'installable': True, 'application': True, - 'auto_install': False, + 'auto_install': True, }