Skip to content

Commit

Permalink
Merge PR #632 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by guewen
  • Loading branch information
OCA-git-bot committed Apr 4, 2024
2 parents 41bbdfb + da38aa7 commit e494d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion queue_job/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def DelayableRecordset(*args, **kwargs):
# prevent circular import
from .delay import DelayableRecordset as dr

_logger.debug(
_logger.warning(
"DelayableRecordset moved from the queue_job.job"
" to the queue_job.delay python module"
)
Expand Down
3 changes: 1 addition & 2 deletions queue_job/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

from odoo import api, models

from ..delay import Delayable
from ..job import DelayableRecordset
from ..delay import Delayable, DelayableRecordset
from ..utils import must_run_without_delay


Expand Down

0 comments on commit e494d4c

Please sign in to comment.