Skip to content

Commit

Permalink
The creation of a job is low level and should not be restrained by th…
Browse files Browse the repository at this point in the history
…e accesses of the user.
  • Loading branch information
guewen committed Feb 6, 2014
2 parents bd3d478 + 4f80420 commit 9c9ab8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/queue/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def store(self, job):
job.kwargs))

self.job_model.create(self.session.cr,
self.session.uid,
SUPERUSER_ID,
vals,
self.session.context)

Expand Down

0 comments on commit 9c9ab8b

Please sign in to comment.