mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update common
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
<xpath expr="//field[@name='logo']" position="move"/>
|
<xpath expr="//field[@name='logo']" 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_notebook']" position="after">
|
<xpath expr="//span[@id='add_notebook']" position="after">
|
||||||
<xpath expr="//notebook" position="move"/>
|
<xpath expr="//notebook" position="move"/>
|
||||||
|
|||||||
@@ -1,13 +1,28 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="app_view_view_tree" model="ir.ui.view">
|
<record id="app_view_model_fields_tree" model="ir.ui.view">
|
||||||
<field name="name">app.ir.ui.view tree</field>
|
<field name="name">app.ir.model.fields tree</field>
|
||||||
<field name="model">ir.ui.view</field>
|
<field name="model">ir.model.fields</field>
|
||||||
<field name="inherit_id" ref="base.view_view_tree"/>
|
<field name="inherit_id" ref="base.view_model_fields_tree"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<field name="model" position="after">
|
<field name="readonly" position="before">
|
||||||
<field name="priority"/>
|
<field name="required"/>
|
||||||
<field name="mode"/>
|
</field>
|
||||||
|
<field name="readonly" position="after">
|
||||||
|
<field name="index"/>
|
||||||
|
<field name="copied"/>
|
||||||
|
<field name="tracking"/>
|
||||||
|
</field>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<record id="app_view_model_fields_search" model="ir.ui.view">
|
||||||
|
<field name="name">app.ir.ui.view search</field>
|
||||||
|
<field name="model">ir.model.fields</field>
|
||||||
|
<field name="inherit_id" ref="base.view_model_fields_search"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<field name="name" position="after">
|
||||||
|
<field name="ttype"/>
|
||||||
|
<field name="relation"/>
|
||||||
</field>
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Category Chart Hierarchy, 产品目录多层级结构图',
|
'name': 'Category Chart Hierarchy, 产品目录多层级结构图',
|
||||||
'version': '13.19.12.21',
|
'version': '13.20.09.28',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -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[1]" position="move"/>
|
<xpath expr="//group[1]" position="move"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user