[REV/FIX] Reverted bad commit for report_task module
authorJay (Open ERP) <jvo@tinyerp.com>
Tue, 22 Dec 2009 11:38:41 +0000 (17:08 +0530)
committerJay (Open ERP) <jvo@tinyerp.com>
Tue, 22 Dec 2009 11:38:41 +0000 (17:08 +0530)
lp bug: https://launchpad.net/bugs/499060 fixed

bzr revid: jvo@tinyerp.com-20091222113841-8yoa0d9iemw5no8e

addons/report_task/report_task.py

index 110226f..15dfab6 100644 (file)
@@ -154,7 +154,7 @@ class report_timesheet_task_user(osv.osv):
             union
                 select to_char(h.name,'YYYY-MM-01') as name,
                 to_char(h.name,'MM') as m_id
-                from hr_timesheet_sheet_sheet_day h) as month) """)
+                from hr_timesheet_sheet_sheet_day h) as months) """)
 
 report_timesheet_task_user()