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

bzr revid: ged@openerp.com-20131224102706-wgwmx711355g2xmj
This commit is contained in:
Gery Debongnie 2013-12-24 11:27:06 +01:00
parent 6474a028d2
commit 323226ff3a
1 changed files with 4 additions and 3 deletions

View File

@ -35,9 +35,10 @@
<field name="name">crm.claim.report.graph</field>
<field name="model">crm.claim.report</field>
<field name="arch" type="xml">
<graph orientation="horizontal" string="Claims" type="bar">
<field name="nbr" operator="+"/>
<field group="True" name="user_id"/>
<graph string="Claims" type="bar" stacked="True">
<field name="stage_id" type="row"/>
<field name="user_id" type="col"/>
<field name="nbr" type="measure"/>
</graph>
</field>
</record>