File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55
66
77class QueueJob (models .Model ):
8- """ Job status and result """
8+ """Job status and result"""
99
1010 _inherit = "queue.job"
1111
Original file line number Diff line number Diff line change 22<templates >
33 <t t-extend =" ImportView.side_panel" >
44 <t t-jquery =" #oe_import_has_header" t-operation =" before" >
5- <div title =" When checked, the import will be executed as a background job,
5+ <div
6+ title =" When checked, the import will be executed as a background job,
67after splitting your file in small chunks that will be processed independently.
7- Use this to import very large files." >
8+ Use this to import very large files."
9+ >
810 <input type =" checkbox" class =" oe_import_queue" id =" oe_import_queue" />
911 <label for =" oe_import_queue" >Import in the background</label >
1012 </div >
You can’t perform that action at this time.
0 commit comments