Skip to content

Commit

Permalink
[14.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 0b517a0 commit 853d5c0
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 @@ -115,9 +115,6 @@
class="oe_stat_button"
/>
</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 @@ -254,6 +251,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 853d5c0

Please sign in to comment.