18.0-fix-rights-timeoffanalysis #22

Open
laetitiadacosta wants to merge 12 commits from 18.0-fix-rights-timeoffanalysis into 16.0
2 changed files with 2 additions and 1 deletions
Showing only changes of commit a48b428b06 - Show all commits

View File

@@ -3,7 +3,7 @@
{
"name": "hr_holidays_timeoff_analysis",
"version": "18.0.1.0.0",
"version": "18.0.1.0.1",
"author": "Elabore",
"website": "https://git.elabore.coop/elabore/elabore-addons",
"maintainer": "Elabore",

View File

@@ -1,2 +1,3 @@
id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink
access_hr_leave_timeoff_day_user,access_hr_holidays_timeoff_day_user,model_hr_leave_timeoff_day,hr_holidays.group_hr_holidays_user,1,0,0,0
access_hr_leave_timeoff_day_manager,access_hr_holidays_timeoff_day_manager,model_hr_leave_timeoff_day,hr_holidays.group_hr_holidays_manager,1,0,0,0
1 id name model_id/id group_id/id perm_read perm_write perm_create perm_unlink
2 access_hr_leave_timeoff_day_user access_hr_holidays_timeoff_day_user model_hr_leave_timeoff_day hr_holidays.group_hr_holidays_user 1 0 0 0
3 access_hr_leave_timeoff_day_manager access_hr_holidays_timeoff_day_manager model_hr_leave_timeoff_day hr_holidays.group_hr_holidays_manager 1 0 0 0