diff --git a/addons_extensions/project_task_timesheet_extended/security/security.xml b/addons_extensions/project_task_timesheet_extended/security/security.xml index 44d8b4fdc..644877c0c 100644 --- a/addons_extensions/project_task_timesheet_extended/security/security.xml +++ b/addons_extensions/project_task_timesheet_extended/security/security.xml @@ -38,27 +38,27 @@ - - - - - - - - - - [(1, '=', 1)] - - - - - - - - - - - + + + + + + + + + + [(1, '=', 1)] + + + + + + + + + + + company: Own Company @@ -122,27 +122,27 @@ - - - - - - - - - - [(1, '=', 1)] - - - - - - - - - - - + + + + + + + + + + [(1, '=', 1)] + + + + + + + + + + + [ @@ -279,6 +279,20 @@ ] + + Project: employees: following required for follower-only projects + + + [ + ('privacy_visibility', '=', 'followers'), + ('members_ids', 'in', [user.id]) + ] + + + + + +