opt superbar

This commit is contained in:
ivan deng
2020-02-20 21:24:22 +08:00
parent 6aa263cdd0
commit d64c02c47b
2 changed files with 1 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
{ {
'name': "App base chinese中国化基本模块增强", 'name': "App base chinese中国化基本模块增强",
'version': '13.20.01.18', 'version': '13.20.02.20',
'author': 'Sunpop.cn', 'author': 'Sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.sunpop.cn', 'website': 'https://www.sunpop.cn',

View File

@@ -44,9 +44,6 @@ def post_init_hook(cr, registry):
('id', '=', 2) ('id', '=', 2)
]) ])
ids.write({'tz': "Asia/Shanghai"}) ids.write({'tz': "Asia/Shanghai"})
# 中国排序第一
ids = env.ref('base.cn')
ids.write({'sequence': 1})
except Exception as e: except Exception as e:
raise Warning(e) raise Warning(e)