mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
优化尺码组,多规格
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
3. 客户地址显示增加手机号与电话号码
|
||||
4. 货币处理,增加排序显示
|
||||
5. 用户名支持翻译(可能会增加复杂度,后续看)
|
||||
6. 修正产品类别的列表及m2o字段中不显示中文目录名的Bug
|
||||
6. 修正品类的列表及m2o字段中不显示中文目录名的Bug
|
||||
7. 修正仓库位置的列表及m2o字段中不显示中文目录名的Bug
|
||||
8. 超级用户改时区为 中国
|
||||
9. 时间格式年月日为 2019-12-30,时间为 22:10
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
<tree string="Variant Values" editable="bottom">
|
||||
<field name="sequence" widget="handle"/>
|
||||
<field name="id" groups="base.group_no_one"/>
|
||||
<field name="attribute_id"/>
|
||||
<field name="name"/>
|
||||
<field name="attribute_id"/>
|
||||
<field name="display_name" readonly="1"/>
|
||||
</tree>
|
||||
</field>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user