Skip to content

Commit

Permalink
Merge PR #544 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by ivantodorovich
  • Loading branch information
OCA-git-bot committed Oct 24, 2023
2 parents 33eaad2 + bfcd6aa commit 962b734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MgmtsystemNonconformityStage(models.Model):
sequence = fields.Integer(
help="Used to order states. Lower is better.", default=100
)
state = fields.Selection(_STATES, readonly=True, default="draft")
state = fields.Selection(_STATES, default="draft")
is_starting = fields.Boolean(
string="Is starting Stage",
help="select stis checkbox if this is the default stage \n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<field name="fold" />
<field name="sequence" groups="base.group_no_one" />
<field name="is_starting" />
<field name="state" />
</group>
</sheet>
</form>
Expand Down

0 comments on commit 962b734

Please sign in to comment.