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': 'Account Chart Hierarchy, 中国会计科目多层级结构图',
'version': '12.19.04.09',
'version': '12.19.04.19',
'author': 'Sunpop.cn',
'category': 'Account',
'website': 'https://www.sunpop.cn',

View File

@@ -24,14 +24,6 @@
</div>
</div>
</xpath>
</field>
</record>
<record id="app_view_account_form2" model="ir.ui.view">
<field name="name">app.account.account.form2</field>
<field name="model">account.account</field>
<field name="inherit_id" ref="app_view_account_form"/>
<field name="arch" type="xml">
<xpath expr="//span[@id='add_group']" position="after">
<xpath expr="//group[1]" position="move"/>
</xpath>

View File

@@ -23,7 +23,7 @@
{
'name': 'Hr Department Chart Hierarchy, 员工部门多层级结构图',
'version': '12.19.04.09',
'version': '12.19.04.19',
'author': 'Sunpop.cn',
'category': 'Account',
'website': 'https://www.sunpop.cn',

View File

@@ -24,14 +24,6 @@
</div>
</div>
</xpath>
</field>
</record>
<record id="app_view_department_form2" model="ir.ui.view">
<field name="name">app.hr.department.form2</field>
<field name="model">hr.department</field>
<field name="inherit_id" ref="app_view_department_form"/>
<field name="arch" type="xml">
<xpath expr="//span[@id='add_group']" position="after">
<xpath expr="//group[1]" position="move"/>
</xpath>

View File

@@ -23,7 +23,7 @@
{
'name': 'Category Chart Hierarchy, 产品目录多层级结构图',
'version': '12.19.04.09',
'version': '12.19.04.19',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',

View File

@@ -25,14 +25,6 @@
</div>
</div>
</xpath>
</field>
</record>
<record id="app_product_category_form_view2" model="ir.ui.view">
<field name="name">app.product.category.form2</field>
<field name="model">product.category</field>
<field name="inherit_id" ref="app_product_category_form_view"/>
<field name="arch" type="xml">
<xpath expr="//span[@id='add_title']" position="after">
<xpath expr="//div[@class='oe_title']" position="move"/>
</xpath>

View File

@@ -23,7 +23,7 @@
{
'name': 'Stock Location Chart Hierarchy, 仓库库位多层级结构图',
'version': '12.19.04.09',
'version': '12.19.04.19',
'author': 'Sunpop.cn',
'category': 'Stock',
'website': 'https://www.sunpop.cn',

View File

@@ -24,14 +24,6 @@
</div>
</div>
</xpath>
</field>
</record>
<record id="view_location_form2" model="ir.ui.view">
<field name="name">app.stock.location.form2</field>
<field name="model">stock.location</field>
<field name="inherit_id" ref="app_view_location_form"/>
<field name="arch" type="xml">
<xpath expr="//span[@id='add_group']" position="after">
<xpath expr="//group[1]" position="move"/>
</xpath>

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>