[FIX] hr_hollidays - Security

lp bug: https://launchpad.net/bugs/320754 fixed

bzr revid: stephane@tinyerp.com-20090124100452-6w3eaqytozz9zrbm
This commit is contained in:
Stephane Wirtel 2009-01-24 11:04:52 +01:00
parent 888e99857b
commit ac6553a7a2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
"access_hr_holidays_log","hr.holidays.log","model_hr_holidays_log_access","hr.group_hr_user",1,1,1,1
"access_hr_holidays_log","hr.holidays.log","model_hr_holidays_log","hr.group_hr_user",1,1,1,1
"access_hr_holidays_per_user","hr.holidays.per.user","model_hr_holidays_per_user","hr.group_hr_user",1,1,1,1
"access_hr_holydays_status_user","hr.holidays.status user","model_hr_holidays_status","hr.group_hr_user",1,1,1,1
"access_hr_holidays_user","hr holidays user","model_hr_holidays","hr.group_hr_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_holidays_log hr.holidays.log model_hr_holidays_log_access model_hr_holidays_log hr.group_hr_user 1 1 1 1
3 access_hr_holidays_per_user hr.holidays.per.user model_hr_holidays_per_user hr.group_hr_user 1 1 1 1
4 access_hr_holydays_status_user hr.holidays.status user model_hr_holidays_status hr.group_hr_user 1 1 1 1
5 access_hr_holidays_user hr holidays user model_hr_holidays hr.group_hr_user 1 1 1 1