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

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