We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e491922 commit 6f1768bCopy full SHA for 6f1768b
base_import_async/tests/test_base_import_import.py
@@ -1,9 +1,10 @@
1
# Copyright 2024 Camptocamp
2
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3
4
-from odoo.addons.queue_job.exception import FailedJobError
5
from odoo.tests.common import RecordCapturer, TransactionCase
6
+from odoo.addons.queue_job.exception import FailedJobError
7
+
8
from ..wizard.base_import_import import (
9
INIT_PRIORITY,
10
OPT_CHUNK_SIZE,
0 commit comments