mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
report_async: Pre-Commit
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user