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
@@ -1,7 +1,7 @@
|
||||
{
|
||||
'name': 'Timesheet Work Entry Type',
|
||||
'description': 'Set work types on timesheet records.',
|
||||
'version': '14.0.1.0.0',
|
||||
'version': '14.0.1.0.1',
|
||||
'website': 'https://hibou.io/',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'license': 'AGPL-3',
|
||||
@@ -11,6 +11,7 @@
|
||||
'hr_work_entry',
|
||||
],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'data/hr_timesheet_work_entry_data.xml',
|
||||
'views/timesheet_views.xml',
|
||||
'views/work_entry_views.xml',
|
||||
|
||||
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