[FIX] correct view
authorChristophe Simonis <christophe@tinyerp.com>
Thu, 11 Dec 2008 09:34:48 +0000 (10:34 +0100)
committerChristophe Simonis <christophe@tinyerp.com>
Thu, 11 Dec 2008 09:34:48 +0000 (10:34 +0100)
bzr revid: christophe@tinyerp.com-20081211093448-2nm09v60m32f32ge

addons/report_document/report_document_view.xml

index bc909db..8dcd9e0 100644 (file)
                        <field name="model">report.document.user</field>
                        <field name="type">tree</field>
                        <field name="arch" type="xml">
-                               <tree string="Files by Month" type="bar">
+                               <graph string="Files by Month" type="bar">
                                        <field name="name" />
                                        <field name="nbr"/>
-                               </tree>
+                               </graph>
                        </field>
                </record>