Skip to content

[18.0][FIX] endpoint_route_handler: add missing depends on base#124

Open
juancarlosonate-tecnativa wants to merge 1 commit intoOCA:18.0from
Tecnativa:18.0-fix-endpoint_route_handler
Open

[18.0][FIX] endpoint_route_handler: add missing depends on base#124
juancarlosonate-tecnativa wants to merge 1 commit intoOCA:18.0from
Tecnativa:18.0-fix-endpoint_route_handler

Conversation

@juancarlosonate-tecnativa

Without an explicit depends key, ir.module.module.dependencies_id remains empty.

As a consequence, _state_update propagates demo=False during installation, since there are no parent modules from which to inherit the demo flag.

This leads to downstream issues: modules depending on this one (e.g., fastapi) fail to load their demo data, because should_have_demo() requires all parent modules to have dbdemo=True.

@Tecnativa

@OCA-git-bot
Copy link
Contributor

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

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.

2 participants