update scm

This commit is contained in:
ivan deng
2019-03-30 21:38:09 +08:00
parent b31ab3ee4e
commit af3be8b71a
2 changed files with 2 additions and 0 deletions

View File

@@ -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') # 简称
# 增加地址显示中的手机号与电话号码