fix #I1E17T【app_base_chinese】对英文名的快速支持

fix data
This commit is contained in:
ivan deng
2020-04-11 02:42:32 +08:00
parent 1d9a994452
commit 72a5a561ab
11 changed files with 99 additions and 29 deletions

View File

@@ -8,6 +8,7 @@ class ResPartner(models.Model):
_inherit = 'res.partner'
name = fields.Char(index=True, translate=True)
name_en_US = fields.Char('English Name')
short_name = fields.Char('Short Name') # 简称
fax = fields.Char('Fax') # 简称