Skip to content

Commit

Permalink
[16.0][FIX] helpdesk_mgmt_timesheet: allow_timesheet accessible from …
Browse files Browse the repository at this point in the history
…all user
  • Loading branch information
sergiocorato committed Sep 25, 2024
1 parent 34dacfd commit 1782a4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helpdesk_mgmt_timesheet/views/helpdesk_ticket_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@
groups="hr_timesheet.group_hr_timesheet_user"
/>
</div>
<xpath expr="//field[@name='partner_email']" position="after">
<field name="allow_timesheet" invisible="1" />
</xpath>
<xpath expr="//page[@name='description']" position="after">
<page
string="Timesheets"
Expand Down Expand Up @@ -262,6 +259,9 @@
<field name="model">helpdesk.ticket</field>
<field name="inherit_id" ref="helpdesk_mgmt_project.ticket_view_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='partner_email']" position="after">
<field name="allow_timesheet" invisible="1" />
</xpath>
<field name="project_id" position="attributes">
<attribute
name="attrs"
Expand Down

0 comments on commit 1782a4c

Please sign in to comment.