Please help me to uderstand this code: product.category

        <record model="ir.ui.view" id="category_view_list">
            <field name="model">product.category</field>
            <field name="type">tree</field>
            <field name="priority">10</field>
            <field name="arch" type="xml">
                <![CDATA[
                <tree string="Product Categories">
                    <field name="name"/>
                    <field name="rec_name"/>
                </tree>
                ]]>
            </field>
        </record>

please what is list view.i know tree,form,graph.

-- 
[email protected] mailing list

Reply via email to