Skip to content

Commit

Permalink
Merge PR #1104 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Aug 7, 2023
2 parents 256d570 + 13d281a commit dab14ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fieldservice/models/fsm_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ def _track_subtype(self, init_values):
group_expand="_read_group_stage_ids",
default=lambda self: self._default_stage_id(),
)
is_closed = fields.Boolean(
"Is closed",
related="stage_id.is_closed",
)
priority = fields.Selection(
fsm_stage.AVAILABLE_PRIORITIES,
string="Priority",
Expand Down

0 comments on commit dab14ce

Please sign in to comment.