[FIX] base_sequence_option: change name to editable
parent
d799fb940d
commit
784d8b3b58
|
@ -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, "
|
||||
|
|
Loading…
Reference in New Issue