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"?>
|
||||
<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="model">product.template</field>
|
||||
<field name="inherit_id" ref="product.product_template_tree_view" />
|
||||
@@ -10,12 +10,12 @@
|
||||
<attribute name="ztree_field">categ_id</attribute>
|
||||
<attribute name="ztree_model">product.category</attribute>
|
||||
<attribute name="ztree_parent_key">parent_id</attribute>
|
||||
<attribute name="ztree_position">right</attribute>
|
||||
<attribute name="ztree_position">left</attribute>
|
||||
</xpath>
|
||||
</field>
|
||||
</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="model">product.template</field>
|
||||
<field name="inherit_id" ref="product.product_template_kanban_view" />
|
||||
@@ -24,6 +24,7 @@
|
||||
<attribute name="ztree_field">categ_id</attribute>
|
||||
<attribute name="ztree_model">product.category</attribute>
|
||||
<attribute name="ztree_parent_key">parent_id</attribute>
|
||||
<attribute name="ztree_position">right</attribute>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user