[REF] removed explicit model instanciations.
[odoo/odoo.git] / addons / hr_timesheet_sheet / report / timesheet_report.py
index 31255a3..1688925 100644 (file)
@@ -114,6 +114,5 @@ class timesheet_report(osv.osv):
                         htss.user_id
             )
         """)
-timesheet_report()
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: