[MERGE] remove double groupbys in columns in two reporting graph views (addons crm/hr_recruitment)

bzr revid: ged@openerp.com-20140423123624-7ls3sajlrdhmaklb
This commit is contained in:
Gery Debongnie 2014-04-23 14:36:24 +02:00
commit a1b682b341
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@
<graph string="Leads Analysis" type="pivot" stacked="True">
<field name="date_deadline" type="row"/>
<field name="user_id" type="col"/>
<field name="stage_id" type="col"/>
<field name="planned_revenue" type="measure"/>
</graph>
</field>

View File

@ -8,7 +8,6 @@
<graph string="Recruitment Analysis" type="pivot">
<field name="stage_id" type="row"/>
<field name="date_create" interval="week" type="col"/>
<field name="date_create" interval="day" type="col"/>
</graph>
</field>
</record>