Skip to content

Commit

Permalink
Merge PR #482 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed Jul 18, 2024
2 parents d42d7ba + b8e688a commit d7d10fb
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 d7d10fb

Please sign in to comment.