[IMP] remove extra column day,month,year in timesheet report

bzr revid: fka@tinyerp.com-20121022063655-r7f9hof8i4aho0oj
This commit is contained in:
Foram Katharotiya (OpenERP) 2012-10-22 12:06:55 +05:30
parent e7519ddcec
commit 16dd332339
1 changed files with 0 additions and 3 deletions

View File

@ -65,9 +65,6 @@ class timesheet_report(osv.osv):
min(aal.id) as id,
htss.name,
aal.date as date,
to_char(aal.date, 'YYYY-MM-DD') as day,
to_char(aal.date,'YYYY') as year,
to_char(aal.date,'MM') as month,
htss.date_from,
htss.date_to,
to_char(htss.date_from, 'YYYY-MM-DD') as day,