diff --git a/account_credit_control/wizard/credit_control_marker.py b/account_credit_control/wizard/credit_control_marker.py index 623a6460f..67e2dfefd 100644 --- a/account_credit_control/wizard/credit_control_marker.py +++ b/account_credit_control/wizard/credit_control_marker.py @@ -25,7 +25,7 @@ def _default_lines(self): return self._filter_lines(lines) name = fields.Selection( - selection=[("ignored", "Ignored"), ("to_be_sent", "To Do"), ("sent", "Done")], + selection=[("draft", "Draft"), ("ignored", "Ignored"), ("to_be_sent", "To Do"), ("sent", "Done")], string="Mark as", default="to_be_sent", required=True,