From 6a92dd1a24e19362dbc09e1fdf36bea6565e0b55 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Thu, 12 Mar 2020 18:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E9=83=A8=E7=BD=B2odoo=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_cn_standard_lastest/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_cn_standard_lastest/__manifest__.py b/l10n_cn_standard_lastest/__manifest__.py index 48339802..28aa6eb4 100644 --- a/l10n_cn_standard_lastest/__manifest__.py +++ b/l10n_cn_standard_lastest/__manifest__.py @@ -9,7 +9,7 @@ { 'name': '2019最新中国企业会计表.Latest Chinese Accounting.', - 'version': '13.19.10.13', + 'version': '13.20.03.11', 'author': 'Sunpop.cn', 'category': 'Localization', 'website': 'https://www.sunpop.cn', @@ -67,5 +67,5 @@ 'post_init_hook': 'post_init_hook', 'installable': True, 'application': True, - 'auto_install': True, + 'auto_install': False, }