[IMP] changes the xml description of the graphs to use the new graph view (and to...
authorGery Debongnie <ged@openerp.com>
Tue, 24 Dec 2013 10:28:27 +0000 (11:28 +0100)
committerGery Debongnie <ged@openerp.com>
Tue, 24 Dec 2013 10:28:27 +0000 (11:28 +0100)
bzr revid: ged@openerp.com-20131224102827-of7l5cds4t25g17z

addons/hr_recruitment/hr_recruitment_view.xml

index abb90e8..e1f00c0 100644 (file)
         <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>