Merge PR #2661 into 16.0

Signed-off-by bguillot
pull/2737/head
OCA-git-bot 2023-10-09 13:48:43 +00:00
commit bb0b8e5387
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class AttachmentQueue(models.Model):
) )
file_type = fields.Selection( file_type = fields.Selection(
selection=[], selection=[],
index="btree",
help="The file type determines an import method to be used " help="The file type determines an import method to be used "
"to parse and transform data before their import in ERP or an export", "to parse and transform data before their import in ERP or an export",
) )
@ -39,6 +40,7 @@ class AttachmentQueue(models.Model):
readonly=False, readonly=False,
required=True, required=True,
default="pending", default="pending",
index="btree",
) )
state_message = fields.Text() state_message = fields.Text()
failure_emails = fields.Char( failure_emails = fields.Char(