From 923f2beab467da61db1b67f580edce58b7b50e33 Mon Sep 17 00:00:00 2001 From: pranaysaidurga Date: Mon, 13 Jul 2026 16:58:23 +0530 Subject: [PATCH] project Record rule --- .../security/security.xml | 98 +++++++++++-------- 1 file changed, 56 insertions(+), 42 deletions(-) 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]) + ] + + + + + +