Skip to content

Commit

Permalink
[IMP] hr_employee_calendar_planning: remove date_start from _sync_user
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbuchholz authored and victoralmau committed Jun 27, 2023
1 parent 142cb7f commit cb29ccf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hr_employee_calendar_planning/models/hr_employee.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,7 @@ def _sync_user(self, user):
(
0,
0,
{
"date_start": fields.Date.today(),
"calendar_id": user.company_id.resource_calendar_id.id,
},
{"calendar_id": user.company_id.resource_calendar_id.id,},
),
]
}
Expand Down

0 comments on commit cb29ccf

Please sign in to comment.