mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update chinese, add currency order
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
{
|
||||
'name': "App base chinese,中国化基本模块增强",
|
||||
'version': '12.0.11.14',
|
||||
'version': '12.0.12.09',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Base',
|
||||
'website': 'http://www.sunpop.cn',
|
||||
@@ -34,7 +34,8 @@
|
||||
odoo Chinese Enhance. 中国化增强-基础
|
||||
1. 中文默认值,如国家、时区、货币等。处理模块 base, product.
|
||||
2. 客户加简称,地址显示中文化,客户编码显示优先
|
||||
3. todo:中文演示数据(只有demo模式才加载)
|
||||
3. 货币处理,增加排序显示
|
||||
4. todo:中文演示数据(只有demo模式才加载)
|
||||
|
||||
""",
|
||||
'pre_init_hook': 'pre_init_hook',
|
||||
@@ -47,6 +48,7 @@
|
||||
'data': [
|
||||
'views/res_partner_category_views.xml',
|
||||
'views/res_partner_views.xml',
|
||||
'views/res_currency_views.xml',
|
||||
'data/ir_default_data.xml',
|
||||
'data/ir_sequence_data.xml',
|
||||
'data/base_data.xml',
|
||||
|
||||
Reference in New Issue
Block a user