We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc5ac1 commit 0150b98Copy full SHA for 0150b98
base_import_async/models/queue_job.py
@@ -5,7 +5,7 @@
5
6
7
class QueueJob(models.Model):
8
- """ Job status and result """
+ """Job status and result"""
9
10
_inherit = "queue.job"
11
base_import_async/static/src/xml/import.xml
@@ -2,9 +2,11 @@
2
<templates>
3
<t t-extend="ImportView.side_panel">
4
<t t-jquery="#oe_import_has_header" t-operation="before">
- <div title="When checked, the import will be executed as a background job,
+ <div
+ title="When checked, the import will be executed as a background job,
after splitting your file in small chunks that will be processed independently.
-Use this to import very large files.">
+Use this to import very large files."
+ >
<input type="checkbox" class="oe_import_queue" id="oe_import_queue" />
<label for="oe_import_queue">Import in the background</label>
12
</div>
0 commit comments