Skip to content

Commit

Permalink
[FIX] base_sequence_option: change name to editable
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran440 authored and peluko00 committed Aug 6, 2024
1 parent eab954e commit 29beefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_sequence_option/models/ir_sequence_option.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class IrSequenceOption(models.Model):
_description = "Sequence Option Base Model"
_check_company_auto = True

name = fields.Char(readonly=True)
name = fields.Char()
use_sequence_option = fields.Boolean(
string="Use sequence options",
help="If checked, Odoo will try to find the new matching sequence first, "
Expand Down

0 comments on commit 29beefb

Please sign in to comment.