Graph bar for report_crm

bzr revid: pinky-4ff55be242970d9640b8c88652522e75b6fea6fc
This commit is contained in:
pinky 2006-12-08 06:08:55 +00:00
parent b2c48f416c
commit c63967b82d
1 changed files with 3 additions and 3 deletions

View File

@ -45,9 +45,9 @@
<field name="model">report.crm.case.user</field>
<field name="type">graph</field>
<field name="arch" type="xml">
<graph string="Cases by User and Section">
<field name="user_id" group="+"/>
<field name="nbr"/>
<graph string="Cases by User and Section" type="bar">
<field name="user_id" group="True"/>
<field name="nbr" operator="+"/>
</graph>
</field>
</record>