Skip to content

FIX: ignore module "studio_customization" that is only present in the database - #1

Closed
glasl wants to merge 1 commit into
18.0from
Fix-module_auto_update-mechanism-for-Odoo-Enterprise
Closed

FIX: ignore module "studio_customization" that is only present in the database#1
glasl wants to merge 1 commit into
18.0from
Fix-module_auto_update-mechanism-for-Odoo-Enterprise

Conversation

@glasl

@glasl glasl commented Jul 31, 2026

Copy link
Copy Markdown
Owner

The Odoo Enterprise "Studio" module creates a new module "studio_customization" in the database. Since we're only comparing checksums of modules stored in the file system, ignoring this fixes the update mechanism on Odoo Enterprise installations.

Ignoring this single edge case in the query seems more straight forward to me, than implementing _module_exists_on_disk() + tests and having to call it for every module in a for-loop.
Feel free to point out other cases that might be missed by this patch.

This patch was tested and is running in our Odoo Enterprise with Studio.

… database,

The Odoo Enterprise "Studio" module creates a new module "studio_customization" in the database.
Since we're only comparing checksums of modules stored in the file system, ignoring this fixes the update mechanism on Odoo Enterprise installations.
@glasl glasl closed this Jul 31, 2026
@glasl glasl reopened this Jul 31, 2026
@glasl glasl closed this Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant