update partner_user and base chinese

This commit is contained in:
ivan deng
2020-06-26 22:11:57 +08:00
parent e941103102
commit 273bf9de99
3 changed files with 0 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from . import base
from . import res_partner from . import res_partner
from . import res_currency from . import res_currency
from . import product_category from . import product_category

View File

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

View File

@@ -13,7 +13,6 @@
<!--</xpath>--> <!--</xpath>-->
<xpath expr="//field[@name='type']" position="after"> <xpath expr="//field[@name='type']" position="after">
<field name="short_name"/> <field name="short_name"/>
<field name="name_en_US"/>
</xpath> </xpath>
<!-- 信用额度 --> <!-- 信用额度 -->
<xpath expr="//field[@name='category_id']" position="after"> <xpath expr="//field[@name='category_id']" position="after">