fix chinese

This commit is contained in:
Ivan x390
2020-02-20 16:59:30 +08:00
parent 6aa263cdd0
commit 027a88ba50

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)