[NEW] hr_timesheet_import_from_calendar

This commit is contained in:
clementthomas
2024-12-16 14:05:05 +01:00
parent 091fefc763
commit fd45cf17a2
9 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_hr_timesheet_import_from_calendar_wizard,access.hr.timesheet.import.from.calendar.wizard,model_hr_timesheet_import_from_calendar_wizard,hr_timesheet.group_hr_timesheet_user,1,1,1,1
access_hr_timesheet_import_from_calendar_wizard_line,access.hr.timesheet.import.from.calendar.wizard.line,model_hr_timesheet_import_from_calendar_wizard_line,hr_timesheet.group_hr_timesheet_user,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_hr_timesheet_import_from_calendar_wizard access.hr.timesheet.import.from.calendar.wizard model_hr_timesheet_import_from_calendar_wizard hr_timesheet.group_hr_timesheet_user 1 1 1 1
3 access_hr_timesheet_import_from_calendar_wizard_line access.hr.timesheet.import.from.calendar.wizard.line model_hr_timesheet_import_from_calendar_wizard_line hr_timesheet.group_hr_timesheet_user 1 1 1 1