Skip to content
Snippets Groups Projects
Commit 4400da6c authored by Nicolas Mac Rouillon's avatar Nicolas Mac Rouillon Committed by Martin Trigaux
Browse files

[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
parent 25634df8
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@
<record model="ir.ui.view" id="project_issue_form_view">
<field name="name">Project Issue Tracker Form</field>
<field name="model">project.issue</field>
<field name="groups_id" eval="[(4, ref('base.group_user'))]"/>
<field name="inherit_id" ref="project_issue.project_issue_form_view" />
<field name="arch" type="xml">
<field name="project_id" position="attributes">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment