Custom Tree Structure In ListView or KanbanView ,eg: Product category tree ,Department tree
treelist view:
<xpath expr="//tree" position="attributes">
<attribute name="categ_property">categ_id</attribute>
<attribute name="categ_model">product.category</attribute>
<attribute name="categ_parent_key">parent_id</attribute>
</xpath>
kanban view:
<xpath expr="//kanban" position="attributes">
<attribute name="categ_property">categ_id</attribute>
<attribute name="categ_model">product.category</attribute>
<attribute name="categ_parent_key">parent_id</attribute>
</xpath>
thanks for the opensource libs used in this module: https://github.com/zTree/zTree_v3 https://github.com/jquery/jquery https://github.com/odoo/odoo