[FIX] base_sequence_option: change name to editable

pull/2817/head
Saran440 2024-01-23 11:49:53 +07:00
parent d799fb940d
commit 784d8b3b58
1 changed files with 1 additions and 1 deletions

View File

@ -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, "