Skip to content

Commit

Permalink
TA#65828 [IMP] hr_working_space: Grant access to attendance admin (#64)
Browse files Browse the repository at this point in the history
* TA#65828 [IMP] hr_working_space: Grant access to attendance admin
  • Loading branch information
majouda authored Jul 30, 2024
1 parent 9a86b86 commit 91fe803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hr_working_space/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
'name': 'HR Working Space',
'version': '1.0.0',
'version': '1.1.0',
'author': 'Numigi',
'maintainer': 'Numigi',
'license': 'LGPL-3',
Expand Down
3 changes: 2 additions & 1 deletion hr_working_space/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_hr_working_space_manager,access_hr_working_space,model_hr_working_space,base.group_erp_manager,1,1,1,1
access_hr_working_space_erp_manager,access_hr_working_space,model_hr_working_space,base.group_erp_manager,1,1,1,1
access_hr_working_space_hr_manager,access_hr_working_space_hr_manager,model_hr_working_space,hr_attendance.group_hr_attendance_manager,1,1,1,1
access_hr_working_space,access_hr_working_space,model_hr_working_space,,1,0,0,0

0 comments on commit 91fe803

Please sign in to comment.