bzr revid: fp@tinyerp.com-20090124020317-pvob47mthxi3omf7
This commit is contained in:
Fabien Pinckaers 2009-01-24 03:03:17 +01:00
parent dc9a96d941
commit d9a8d22ef2
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +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_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 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