Skip to content

Commit

Permalink
Merge PR #623 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by guewen
  • Loading branch information
OCA-git-bot committed Apr 4, 2024
2 parents 269ba2b + 318aeb1 commit 89c51d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_import_async/models/base_import_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from odoo.addons.queue_job.exception import FailedJobError

# options defined in base_import/import.js
OPT_HAS_HEADER = "headers"
OPT_HAS_HEADER = "has_headers"
OPT_SEPARATOR = "separator"
OPT_QUOTING = "quoting"
OPT_ENCODING = "encoding"
Expand Down

0 comments on commit 89c51d6

Please sign in to comment.