[IMP]hr_employee_stats_sheet:make allocation automaticly starting the starting date of the associated timesheet sheet

This commit is contained in:
2025-12-17 16:11:31 +01:00
parent 9f061ff409
commit e61e2792a9
2 changed files with 2 additions and 1 deletions

View File

@@ -159,6 +159,7 @@ class HrTimesheetSheet(models.Model):
"number_of_days": recovery_days,
"timesheet_sheet_id": self.id,
"allocation_type": 'accrual',
"date_from": self.date_start,
}
)