Skip to content
Snippets Groups Projects
Commit 2b7b51e0 authored by Nicolas Vanhoren's avatar Nicolas Vanhoren
Browse files

[fix] problem in web client not supporting graph view in one2many

bzr revid: nicolas.vanhoren@openerp.com-20111005093237-22dbe1jwbkqk18pt
parent ae0ba958
Branches
Tags
No related merge requests found
......@@ -233,11 +233,7 @@
<field name="count_comments" />
<field name="count_votes" />
</group>
<field name="stat_vote_ids" colspan="4" mode="graph,tree" nolabel="1">
<graph string="Votes Statistics" type="bar">
<field name="score"/>
<field name="nbr"/>
</graph>
<field name="stat_vote_ids" colspan="4" mode="tree" nolabel="1">
<tree string="Votes Statistics">
<field name="score"/>
<field name="nbr"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment