[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

@@ -1,6 +1,6 @@
{
"name": "hr_employee_stats_sheet",
"version": "16.0.3.0.1",
"version": "16.0.3.0.2",
"description": "Add global sheet for employee stats",
"summary": "Add global sheet for employee stats",
"author": "Nicolas JEUDY",

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,
}
)