[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_recruitment)

bzr revid: ged@openerp.com-20131224102827-of7l5cds4t25g17z
This commit is contained in:
Gery Debongnie 2013-12-24 11:28:27 +01:00
parent bb5a2662c8
commit 2793a41cd4
1 changed files with 4 additions and 4 deletions

View File

@ -160,10 +160,10 @@
<field name="name">Jobs - Recruitment Graph</field>
<field name="model">hr.applicant</field>
<field name="arch" type="xml">
<graph string="Cases By Stage and Estimates" type="bar" orientation="vertical">
<field name="job_id"/>
<field name="salary_expected" operator="+"/>
<field name="stage_id" group="True"/>
<graph string="Cases By Stage and Estimates" type="bar" orientation="vertical" stacked="True">
<field name="job_id" type="row"/>
<field name="stage_id" type="col"/>
<field name="salary_expected" type="measure"/>
</graph>
</field>
</record>