[REF] removes some useless lines that should have been removed earlier when reworking the reporting views in addon crm

bzr revid: ged@openerp.com-20140207135134-wqklenfb1qarwv63
This commit is contained in:
Gery Debongnie 2014-02-07 14:51:34 +01:00
parent 04301f3b1e
commit ab9300e995
1 changed files with 0 additions and 4 deletions

View File

@ -89,10 +89,6 @@ class crm_lead_report(osv.osv):
id,
c.date_deadline,
to_char(c.create_date, 'YYYY') as creation_year,
to_char(c.create_date, 'MM') as creation_month,
to_char(c.create_date, 'YYYY-MM-DD') as creation_day,
to_char(c.date_open, 'YYYY-MM-DD') as opening_date,
to_char(c.date_closed, 'YYYY-mm-dd') as date_closed,