update common

This commit is contained in:
ivan deng
2020-09-29 13:49:02 +08:00
parent 418447b159
commit 4ba759bc80
4 changed files with 26 additions and 11 deletions

View File

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

View File

@@ -5,7 +5,7 @@
<field name="model">product.category</field>
<field name="inherit_id" ref="product.product_category_form_view"/>
<field name="arch" type="xml">
<xpath expr="//div[@class='oe_button_box']" position="after">
<xpath expr="//div[hasclass('oe_button_box')]" position="after">
<div id="o_node_container">
<div id="o_node_main">
<field name="image_1920" widget="image" class="oe_avatar"
@@ -26,7 +26,7 @@
</div>
</xpath>
<xpath expr="//span[@id='add_title']" position="after">
<xpath expr="//div[@class='oe_title']" position="move"/>
<xpath expr="//div[hasclass('oe_title')]" position="move"/>
</xpath>
<xpath expr="//span[@id='add_group']" position="after">
<xpath expr="//group[1]" position="move"/>