This commit is contained in:
ivan deng
2019-04-19 04:36:22 +08:00
parent 8eb8f99d37
commit 3b680d0890
10 changed files with 5 additions and 53 deletions

View File

@@ -23,7 +23,7 @@
{
'name': 'User Alliance Distribution Chart Hierarchy, 多层级用户',
'version': '12.19.04.15',
'version': '12.19.04.19',
'author': 'Sunpop.cn',
'category': 'Sales',
'website': 'https://www.sunpop.cn',

View File

@@ -28,14 +28,6 @@
</div>
</div>
</xpath>
</field>
</record>
<record id="app_view_users_form2" model="ir.ui.view">
<field name="name">app.res.users.form2</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="app_view_users_form"/>
<field name="arch" type="xml">
<xpath expr="//span[@id='add_image']" position="after">
<xpath expr="//field[@name='image']" position="move"/>
</xpath>
@@ -74,14 +66,6 @@
</div>
</div>
</xpath>
</field>
</record>
<record id="app_view_users_simple_form2" model="ir.ui.view">
<field name="name">app.res.users.simplified.form2</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="app_view_users_simple_form"/>
<field name="arch" type="xml">
<xpath expr="//span[@id='add_image']" position="after">
<xpath expr="//field[@name='image']" position="move"/>
</xpath>