Skip to content

Commit 89c51d6

Browse files
committed
Merge PR OCA#623 into 16.0
Signed-off-by guewen
2 parents 269ba2b + 318aeb1 commit 89c51d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base_import_async/models/base_import_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from odoo.addons.queue_job.exception import FailedJobError
1616

1717
# options defined in base_import/import.js
18-
OPT_HAS_HEADER = "headers"
18+
OPT_HAS_HEADER = "has_headers"
1919
OPT_SEPARATOR = "separator"
2020
OPT_QUOTING = "quoting"
2121
OPT_ENCODING = "encoding"

0 commit comments

Comments
 (0)