Skip to content

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

Open
fsmw wants to merge 1 commit into
OCA:19.0from
fsmw:19.0-fix-queue_job-openupgradelib-809
Open

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

Conversation

@fsmw
Copy link
Copy Markdown

@fsmw fsmw commented May 17, 2026

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants