[FIX] Fix the issue of dashboard giving traceback for knowledge.

bzr revid: jra@tinyerp.com-20120914131058-celb1tgo93en0dpl
This commit is contained in:
Jiten (OpenERP) 2012-09-14 18:40:58 +05:30
parent 7c2a277411
commit 8ad2786b5c
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
<field name="model">report.document.user</field>
<field name="arch" type="xml">
<graph string="Files by User" type="pie">
<field name="user" />
<field name="user_id" />
<field name="nbr" operator="+"/>
</graph>
</field>