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

bzr revid: ged@openerp.com-20131224102813-l818l4lp6ml5164i
This commit is contained in:
Gery Debongnie 2013-12-24 11:28:13 +01:00
parent 48196bcad5
commit bb5a2662c8
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@
<field name="name">hr.holidays.remaining.leaves.user.graph</field>
<field name="model">hr.holidays.remaining.leaves.user</field>
<field name="arch" type="xml">
<graph string="Leaves by Type" orientation = "horizontal" type="bar">
<field name="name" />
<field name="no_of_leaves" operator = "+"/>
<field name="leave_type" group = "True"/>
<graph string="Leaves by Type" type="bar" stacked="True">
<field name="name" type="row"/>
<field name="no_of_leaves" type="measure"/>
<field name="leave_type" type="col"/>
</graph>
</field>
</record>