[IMP] changes the xml description of the graphs to use the new graph view (and to make sure the result is as close as possible) (addon hr_evaluation)

bzr revid: ged@openerp.com-20131224102758-nrt1i8kv6y1bpl21
This commit is contained in:
Gery Debongnie 2013-12-24 11:27:58 +01:00
parent 7e6a3a7b79
commit 48196bcad5
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@
<field name="name">hr.evaluation.report.graph</field>
<field name="model">hr.evaluation.report</field>
<field name="arch" type="xml">
<graph string="Appraisal Analysis" type="bar">
<field name="employee_id"/>
<field name="nbr" operator="+"/>
<field name="state" group="True"/>
<graph string="Appraisal Analysis" type="bar" stacked="True">
<field name="employee_id" type="row"/>
<field name="nbr" type="measure"/>
<field name="state" type="col"/>
</graph>
</field>
</record>