Skip to content

Commit

Permalink
[FIX] View Ticket clickable status bar progress
Browse files Browse the repository at this point in the history
OCA#153 Mantenaince tasks
  • Loading branch information
DarioLodeiros authored and luffah committed Dec 13, 2021
1 parent 619c407 commit 2686f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk_mgmt/views/helpdesk_ticket_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
type="object"
attrs="{'invisible' : [('user_id', '!=', False)]}"
/>
<field name="stage_id" widget="statusbar" clickable="True" />
<field name="stage_id" widget="statusbar" options="{'clickable': '1', 'fold_field': 'fold'}" />
</header>
<sheet>
<widget
Expand Down

0 comments on commit 2686f47

Please sign in to comment.