update ref

This commit is contained in:
ivan deng
2019-03-01 18:00:22 +08:00
parent eab266d243
commit 1ffc8d6f42
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
{ {
'name': "App base chinese中国化基本模块增强", 'name': "App base chinese中国化基本模块增强",
'version': '12.0.12.09', 'version': '12.19.03.01',
'author': 'Sunpop.cn', 'author': 'Sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'http://www.sunpop.cn', 'website': 'http://www.sunpop.cn',

View File

@@ -7,10 +7,10 @@
<field name="model">res.partner</field> <field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form"/> <field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<!-- 客户编号设计在重要位置 --> <!-- 客户编号设计在重要位置,放到 app_partner_auto_reference -->
<xpath expr="//field[@name='type']" position="after"> <!--<xpath expr="//field[@name='type']" position="after">-->
<xpath expr="//field[@name='ref']" position="move"/> <!--<xpath expr="//field[@name='ref']" position="move"/>-->
</xpath> <!--</xpath>-->
<xpath expr="//field[@name='type']" position="after"> <xpath expr="//field[@name='type']" position="after">
<field name="short_name" invisible="1"/> <field name="short_name" invisible="1"/>
</xpath> </xpath>