Skip to content

Commit

Permalink
[FIX] ddmrp_warning: default severity 2_mid
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnauCForgeFlow committed Jul 18, 2024
1 parent 0368438 commit b8e688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddmrp_warning/models/ddmrp_warning_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DdmrpWarningDefinition(models.Model):
)
severity = fields.Selection(
selection=[("1_low", "Low"), ("2_mid", "Medium"), ("3_high", "High")],
default="mid",
default="2_mid",
)
active = fields.Boolean(default=True)
warning_domain = fields.Char(
Expand Down

0 comments on commit b8e688a

Please sign in to comment.