[FIX] report_async: Pre-Commit

This commit is contained in:
Hardik-OSI
2022-06-03 10:48:53 +05:30
committed by Daniel Reis
parent 985ee82211
commit 1ef8702af0
9 changed files with 93 additions and 86 deletions

View File

@@ -28,7 +28,6 @@ class ReportAsync(models.Model):
required=True,
)
allow_async = fields.Boolean(
string="Allow Async",
default=False,
help="This is not automatic field, please check if you want to allow "
"this report in background process",