mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update ref
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user