From 82fcfb0711bd33fc469e712ecf02b03def4d1afa Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sat, 28 Mar 2020 23:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B0=BA=E7=A0=81=E7=BB=84?= =?UTF-8?q?=EF=BC=8C=E5=A4=9A=E8=A7=84=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_base_chinese/__manifest__.py | 2 +- app_base_chinese/i18n/zh_CN.po | 2 +- app_product_superbar/__manifest__.py | 2 +- app_product_superbar/views/product_attribute_value_views.xml | 2 +- readme.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app_base_chinese/__manifest__.py b/app_base_chinese/__manifest__.py index e09f5447..032b8c77 100644 --- a/app_base_chinese/__manifest__.py +++ b/app_base_chinese/__manifest__.py @@ -39,7 +39,7 @@ 3. 客户地址显示增加手机号与电话号码 4. 货币处理,增加排序显示 5. 用户名支持翻译(可能会增加复杂度,后续看) - 6. 修正产品类别的列表及m2o字段中不显示中文目录名的Bug + 6. 修正品类的列表及m2o字段中不显示中文目录名的Bug 7. 修正仓库位置的列表及m2o字段中不显示中文目录名的Bug 8. 超级用户改时区为 中国 9. 时间格式年月日为 2019-12-30,时间为 22:10 diff --git a/app_base_chinese/i18n/zh_CN.po b/app_base_chinese/i18n/zh_CN.po index c05fd86d..58e7475e 100644 --- a/app_base_chinese/i18n/zh_CN.po +++ b/app_base_chinese/i18n/zh_CN.po @@ -80,7 +80,7 @@ msgstr "过帐" #. module: app_base_chinese #: model:ir.model,name:app_base_chinese.model_product_category msgid "Product Category" -msgstr "产品类别" +msgstr "品类" #. module: app_base_chinese #: model:ir.model.fields,field_description:app_base_chinese.field_res_currency__sequence diff --git a/app_product_superbar/__manifest__.py b/app_product_superbar/__manifest__.py index eac8a934..4b27efb3 100644 --- a/app_product_superbar/__manifest__.py +++ b/app_product_superbar/__manifest__.py @@ -17,7 +17,7 @@ { 'name': "App product browse by category navigator", - 'version': '13.19.12.31', + 'version': '13.20.03.28', 'author': 'Sunpop.cn', 'category': 'Base', 'website': 'https://www.sunpop.cn', diff --git a/app_product_superbar/views/product_attribute_value_views.xml b/app_product_superbar/views/product_attribute_value_views.xml index 0ec1bb22..d01ddd17 100644 --- a/app_product_superbar/views/product_attribute_value_views.xml +++ b/app_product_superbar/views/product_attribute_value_views.xml @@ -8,8 +8,8 @@ - + diff --git a/readme.md b/readme.md index 5e300b7c..ee0d297f 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ Default country, timezone, currency, partner... 2. 客户加简称,地址显示中文化,客户编码显示优先 3. 客户地址显示增加手机号与电话号码 4. 货币处理,增加排序显示 -5. 修正产品类别的列表及m2o字段中不显示中文目录名的Bug +5. 修正品类的列表及m2o字段中不显示中文目录名的Bug ## app_contacts_superbar Browse contacts by company. Use for parent children tree list kanban navigator.