From ab9300e995b7378068ff0129c12871df87e5c7a6 Mon Sep 17 00:00:00 2001 From: Gery Debongnie Date: Fri, 7 Feb 2014 14:51:34 +0100 Subject: [PATCH] [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 --- addons/crm/report/crm_lead_report.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/addons/crm/report/crm_lead_report.py b/addons/crm/report/crm_lead_report.py index 871bef2099d..3a0786da5c7 100644 --- a/addons/crm/report/crm_lead_report.py +++ b/addons/crm/report/crm_lead_report.py @@ -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,