mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update scm
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
2. 客户加简称,地址显示中文化,客户编码显示优先
|
2. 客户加简称,地址显示中文化,客户编码显示优先
|
||||||
3. 客户地址显示增加手机号与电话号码
|
3. 客户地址显示增加手机号与电话号码
|
||||||
4. 货币处理,增加排序显示
|
4. 货币处理,增加排序显示
|
||||||
|
6. 用户名支持翻译(可能会增加复杂度,后续看)
|
||||||
5. 修正产品类别的列表及m2o字段中不显示中文目录名的Bug
|
5. 修正产品类别的列表及m2o字段中不显示中文目录名的Bug
|
||||||
11. todo:中文演示数据(只有demo模式才加载)
|
11. todo:中文演示数据(只有demo模式才加载)
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ from odoo.exceptions import UserError, ValidationError
|
|||||||
class ResPartner(models.Model):
|
class ResPartner(models.Model):
|
||||||
_inherit = 'res.partner'
|
_inherit = 'res.partner'
|
||||||
|
|
||||||
|
name = fields.Char(index=True, translate=True)
|
||||||
short_name = fields.Char('Short Name') # 简称
|
short_name = fields.Char('Short Name') # 简称
|
||||||
|
|
||||||
# 增加地址显示中的手机号与电话号码
|
# 增加地址显示中的手机号与电话号码
|
||||||
|
|||||||
Reference in New Issue
Block a user