Skip to content

[19.0][FIX] queue_job: add openupgradelib to external_dependencies - #935

Merged
OCA-git-bot merged 1 commit into
OCA:19.0from
fsmw:19.0-fix-queue_job-openupgradelib-809
Jul 2, 2026
Merged

[19.0][FIX] queue_job: add openupgradelib to external_dependencies#935
OCA-git-bot merged 1 commit into
OCA:19.0from
fsmw:19.0-fix-queue_job-openupgradelib-809

Conversation

@fsmw

@fsmw fsmw commented May 17, 2026

Copy link
Copy Markdown

Issue: #809

Problem:
The module uses openupgradelib in migration scripts (migrations/18.0.1.0.0/pre-migrate.py) but it was not declared in external_dependencies, causing installation failures when openupgradelib is not already installed.

Fix:
Add openupgradelib to the external_dependencies python list in the manifest.

Before:

"external_dependencies": {"python": ["requests"]},

After:

"external_dependencies": {"python": ["requests", "openupgradelib"]},

Fixes #809

@OCA-git-bot

Copy link
Copy Markdown
Contributor

Hi @guewen, @sbidoul,
some modules you are maintaining are being modified, check this out!

The module uses openupgradelib in migration scripts but it was not
declared in external_dependencies, causing installation failures
when openupgradelib is not already installed.

Fixes OCA#809
@fsmw
fsmw force-pushed the 19.0-fix-queue_job-openupgradelib-809 branch from cd84a1d to d943632 Compare May 17, 2026 02:21
@guewen

guewen commented Jul 2, 2026

Copy link
Copy Markdown
Member

/ocabot merge nobump

@OCA-git-bot

Copy link
Copy Markdown
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 19.0-ocabot-merge-pr-935-by-guewen-bump-nobump, awaiting test results.

@OCA-git-bot

Copy link
Copy Markdown
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@OCA-git-bot
OCA-git-bot merged commit 2c92525 into OCA:19.0 Jul 2, 2026
7 checks passed
@OCA-git-bot

Copy link
Copy Markdown
Contributor

Congratulations, your PR was merged at 50c5589. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants