Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspaulb committed Jan 4, 2017
1 parent 99cb764 commit 7d4e94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_timesheet_holiday/models/hr_holidays.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class HrHolidays(models.Model):

@api.multi
def add_timesheet_line(self, description, date, hours, account_id,
user_id):
user_id):
"""Add a timesheet line for this leave"""
self.ensure_one()
self.sudo(user_id).write({'timesheet_ids': [(0, False, {
Expand Down

0 comments on commit 7d4e94b

Please sign in to comment.