[imp] put back graph view in o2m in ideas because we decided to support it back in the web client

bzr revid: nicolas.vanhoren@openerp.com-20111007162243-wqsr90xgd5et1qr1
This commit is contained in:
niv-openerp 2011-10-07 18:22:43 +02:00
parent e2e01eed83
commit f3d2c606c5
1 changed files with 5 additions and 1 deletions

View File

@ -234,7 +234,11 @@
<field name="count_comments" />
<field name="count_votes" />
</group>
<field name="stat_vote_ids" colspan="4" mode="tree" nolabel="1">
<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>
<tree string="Votes Statistics">
<field name="score"/>
<field name="nbr"/>