[FIX] correct view

bzr revid: christophe@tinyerp.com-20081211093448-2nm09v60m32f32ge
This commit is contained in:
Christophe Simonis 2008-12-11 10:34:48 +01:00
parent f88d213fc6
commit 52090166bb
1 changed files with 2 additions and 2 deletions

View File

@ -209,10 +209,10 @@
<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>