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:
@@ -7,6 +7,7 @@ from odoo.exceptions import UserError, ValidationError
|
||||
class ResPartner(models.Model):
|
||||
_inherit = 'res.partner'
|
||||
|
||||
name = fields.Char(index=True, translate=True)
|
||||
short_name = fields.Char('Short Name') # 简称
|
||||
|
||||
# 增加地址显示中的手机号与电话号码
|
||||
|
||||
Reference in New Issue
Block a user