Skip to content

Commit

Permalink
[FIX] fieldservice: Update fsm_order.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 authored Nov 27, 2024
1 parent 029dab7 commit 054170e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fieldservice/views/fsm_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
class="oe_highlight"
type="object"
groups="fieldservice.group_fsm_user"
invisible="stage_id.is_closed"
invisible="is_closed"
/>
<button
id="action_cancel"
name="action_cancel"
string="Cancel Order"
type="object"
groups="fieldservice.group_fsm_dispatcher"
invisible="stage_id.is_closed"
invisible="is_closed"
/>
<field
name="stage_id"
widget="statusbar"
options="{'fold_field': 'fold', 'clickable': True}"
options="{'fold_field': 'fold'}"
domain="[('stage_type', '=', 'order'), '|', ('team_ids', 'in', team_id), ('team_ids', '=', False)]"
/>
</header>
Expand Down

0 comments on commit 054170e

Please sign in to comment.