-
-
Notifications
You must be signed in to change notification settings - Fork 561
Expand file tree
/
Copy pathimport.xml
More file actions
22 lines (22 loc) · 796 Bytes
/
import.xml
File metadata and controls
22 lines (22 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" ?>
<templates>
<t t-extend="ImportView.side_panel">
<t t-jquery="#oe_import_has_header" t-operation="before">
<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."
>
<input
type="checkbox"
class="oe_import_queue custom-control-input"
id="oe_import_queue"
/>
<label
for="oe_import_queue"
class="custom-control-label"
>Import in the background</label>
</div>
</t>
</t>
</templates>