Skip to content

Commit

Permalink
[REV]connector_importer: revert default job channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakaria Makrelouf committed Sep 2, 2019
1 parent 68a6e4d commit eb4eeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_importer/models/recordset.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def available_models(self):
return self.import_type_id.available_models()

@api.multi
@job(default_channel='root.import')
@job
def import_recordset(self):
"""This job will import a recordset."""
with self.backend_id.work_on(self._name) as work:
Expand Down

0 comments on commit eb4eeca

Please sign in to comment.