Skip to content

Commit

Permalink
[IMP] base_tier_validation: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Jan 10, 2024
1 parent 2ca529e commit fca74bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base_tier_validation/models/tier_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def _get_tier_validation_model_names(self):
help="Approval order by the specified sequence number",
)
approve_sequence_bypass = fields.Boolean(
help="Bypassed (auto validated), if previous tier was validated by same reviewer",
help="Bypassed (auto validated), if previous tier was validated "
"by same reviewer",
)

@api.onchange("review_type")
Expand Down

0 comments on commit fca74bf

Please sign in to comment.