mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] hr_timesheet_work_entry: add permission for base users to read work types
This commit is contained in:
committed by
Salomon Chambi
parent
aae25a5eff
commit
886044044d
2
hr_timesheet_work_entry/security/ir.model.access.csv
Normal file
2
hr_timesheet_work_entry/security/ir.model.access.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_hr_work_entry_type_employee,access_hr_work_entry_type_employee,model_hr_work_entry_type,base.group_user,1,0,0,0
|
||||
|
Reference in New Issue
Block a user