Skip to content
Snippets Groups Projects
Commit eb0bda0f authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

clean code

parent 52e23b4a
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,5 @@ class CGscopTimesheetPrintWizard(models.TransientModel):
['date', '>=', self.date_start],
['date', '<=', self.date_end]])
print(self)
print(self.timesheet_ids)
return self.env.ref(
'cgscop_timesheet.cgscop_timesheet_report').report_action(self)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment