mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt superbar
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user