update app

This commit is contained in:
ivan deng
2020-11-22 18:50:00 +08:00
parent 68efa2b11f
commit d2a60a7a07
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<field name="parent_id" groups="base.group_no_one" readonly="0"/> <field name="parent_id" groups="base.group_no_one" readonly="0"/>
</xpath> </xpath>
<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_container">
<div id="o_node_main"> <div id="o_node_main">
<field name="image_128" widget="image" class="oe_avatar" <field name="image_128" widget="image" class="oe_avatar"
@@ -30,7 +30,7 @@
</div> </div>
</xpath> </xpath>
<xpath expr="//span[@id='add_title']" position="after"> <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>
<xpath expr="//span[@id='add_group']" position="after"> <xpath expr="//span[@id='add_group']" position="after">
<xpath expr="//group[1]" position="move"/> <xpath expr="//group[1]" position="move"/>

View File

@@ -5,7 +5,7 @@
<field name="model">product.category</field> <field name="model">product.category</field>
<field name="inherit_id" ref="product.product_category_form_view"/> <field name="inherit_id" ref="product.product_category_form_view"/>
<field name="arch" type="xml"> <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_container">
<div id="o_node_main"> <div id="o_node_main">
<field name="image_1920" widget="image" class="oe_avatar" <field name="image_1920" widget="image" class="oe_avatar"
@@ -26,7 +26,7 @@
</div> </div>
</xpath> </xpath>
<xpath expr="//span[@id='add_title']" position="after"> <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>
<xpath expr="//span[@id='add_group']" position="after"> <xpath expr="//span[@id='add_group']" position="after">
<xpath expr="//group[@name='first']" position="move"/> <xpath expr="//group[@name='first']" position="move"/>

View File

@@ -33,7 +33,7 @@
<xpath expr="//field[@name='image_1920']" position="move"/> <xpath expr="//field[@name='image_1920']" position="move"/>
</xpath> </xpath>
<xpath expr="//span[@id='add_title']" position="after"> <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>
<xpath expr="//span[@id='add_group']" position="after"> <xpath expr="//span[@id='add_group']" position="after">
<xpath expr="//group" position="move"/> <xpath expr="//group" position="move"/>