Merge PR #2817 into 16.0

Signed-off-by thomaspaulb
pull/2768/head
OCA-git-bot 2024-02-02 11:14:21 +00:00
commit 9d40184bc3
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, "