Tuesday, November 1, 2022
1 change · master
Resolved issues and error corrections
This fix ensures users can add timesheets from the grid view when working with a newly created employee. It prevents a workflow blockage by automatically using the employee context when creating the timesheet entry.
Original PR description
…work Before this commit, when create new employee and click to timesheet button that time adding a new timesheet from the grid view doesn't work. After this commit, In hr_timesheet we have use default_employee_id form context while creating timesheet record if employee_id is not present in vals, so when create new employee and adding a new timesheet from the grid view it is work. task-2997996