Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
liu 1e2483ba30 first commit pirms 4 gadiem
README.md first commit pirms 4 gadiem

README.md

odtree

Custom Tree Structure In ListView or KanbanView ,eg: Product category tree ,Department tree

product kanview(listView) in the category tree

empoyee kanview(listView) in th department tree

usage

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

上海开阖软件有限公司 沪ICP备12045867号-1