mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update app
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<field name="parent_id" groups="base.group_no_one" readonly="0"/>
|
||||
</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_main">
|
||||
<field name="image_128" widget="image" class="oe_avatar"
|
||||
@@ -30,7 +30,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"/>
|
||||
|
||||
@@ -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[@name='first']" position="move"/>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<xpath expr="//field[@name='image_1920']" position="move"/>
|
||||
</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" position="move"/>
|
||||
|
||||
Reference in New Issue
Block a user