mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt css
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<record id="product_template_tree_view_withcateg" model="ir.ui.view">
|
<record id="product_template_tree_view_ztree" model="ir.ui.view">
|
||||||
<field name="name">product.template.product.tree</field>
|
<field name="name">product.template.product.tree</field>
|
||||||
<field name="model">product.template</field>
|
<field name="model">product.template</field>
|
||||||
<field name="inherit_id" ref="product.product_template_tree_view" />
|
<field name="inherit_id" ref="product.product_template_tree_view" />
|
||||||
@@ -10,12 +10,12 @@
|
|||||||
<attribute name="ztree_field">categ_id</attribute>
|
<attribute name="ztree_field">categ_id</attribute>
|
||||||
<attribute name="ztree_model">product.category</attribute>
|
<attribute name="ztree_model">product.category</attribute>
|
||||||
<attribute name="ztree_parent_key">parent_id</attribute>
|
<attribute name="ztree_parent_key">parent_id</attribute>
|
||||||
<attribute name="ztree_position">right</attribute>
|
<attribute name="ztree_position">left</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<record id="product_template_kanban_view_withcateg" model="ir.ui.view">
|
<record id="product_template_kanban_view_ztree" model="ir.ui.view">
|
||||||
<field name="name">Product.template.product.kanban</field>
|
<field name="name">Product.template.product.kanban</field>
|
||||||
<field name="model">product.template</field>
|
<field name="model">product.template</field>
|
||||||
<field name="inherit_id" ref="product.product_template_kanban_view" />
|
<field name="inherit_id" ref="product.product_template_kanban_view" />
|
||||||
@@ -24,6 +24,7 @@
|
|||||||
<attribute name="ztree_field">categ_id</attribute>
|
<attribute name="ztree_field">categ_id</attribute>
|
||||||
<attribute name="ztree_model">product.category</attribute>
|
<attribute name="ztree_model">product.category</attribute>
|
||||||
<attribute name="ztree_parent_key">parent_id</attribute>
|
<attribute name="ztree_parent_key">parent_id</attribute>
|
||||||
|
<attribute name="ztree_position">right</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
Reference in New Issue
Block a user