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 68a6e4d commit eb4eecaCopy full SHA for eb4eeca
connector_importer/models/recordset.py
@@ -240,7 +240,7 @@ def available_models(self):
240
return self.import_type_id.available_models()
241
242
@api.multi
243
- @job(default_channel='root.import')
+ @job
244
def import_recordset(self):
245
"""This job will import a recordset."""
246
with self.backend_id.work_on(self._name) as work:
0 commit comments