report_async: Pre-Commit

This commit is contained in:
Hardik-OSI
2022-06-03 10:48:53 +05:30
committed by Nikul-OSI
parent a618b05461
commit feb9f2b953
7 changed files with 86 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",