update chinese, add currency order

This commit is contained in:
ivan deng
2018-12-09 20:44:16 +08:00
parent 6dcb18206b
commit aaef5062f3
5 changed files with 36 additions and 3 deletions

View File

@@ -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',