On 08/05/12 05:44 -0700, rahul yadav wrote:
> 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.

This is a flat tree.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: pgpZK3ZIO8CR6.pgp
Description: PGP signature

Reply via email to