From 4400da6ca4cbd2e95996543b730315e153b4075d Mon Sep 17 00:00:00 2001 From: Nicolas Mac Rouillon Date: Thu, 3 Sep 2015 08:54:31 -0300 Subject: [PATCH] [FIX] project_issue_sheet: restrict inherited view access The field timesheet_ids (hr.analytic.timesheet) and analytic_account_id (account.analytic.account) should not be accessible by the portal user. Fixes #8338 Closes #8354 --- addons/project_issue_sheet/project_issue_sheet_view.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/project_issue_sheet/project_issue_sheet_view.xml b/addons/project_issue_sheet/project_issue_sheet_view.xml index 39ff9ca0010..23d4b5ae362 100644 --- a/addons/project_issue_sheet/project_issue_sheet_view.xml +++ b/addons/project_issue_sheet/project_issue_sheet_view.xml @@ -4,6 +4,7 @@ Project Issue Tracker Form project.issue +