Skip to content

Commit

Permalink
[FIX] fieldservice: make stages in form clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarRetes committed Nov 26, 2024
1 parent f337dba commit 029dab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fieldservice/views/fsm_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<field
name="stage_id"
widget="statusbar"
options="{'fold_field': 'fold'}"
options="{'fold_field': 'fold', 'clickable': True}"
domain="[('stage_type', '=', 'order'), '|', ('team_ids', 'in', team_id), ('team_ids', '=', False)]"
/>
</header>
Expand Down

0 comments on commit 029dab7

Please sign in to comment.