Skip to content

Commit eb4eeca

Browse files
author
Zakaria Makrelouf
committed
[REV]connector_importer: revert default job channel.
1 parent 68a6e4d commit eb4eeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connector_importer/models/recordset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def available_models(self):
240240
return self.import_type_id.available_models()
241241

242242
@api.multi
243-
@job(default_channel='root.import')
243+
@job
244244
def import_recordset(self):
245245
"""This job will import a recordset."""
246246
with self.backend_id.work_on(self._name) as work:

0 commit comments

Comments
 (0)