Open
Description
Module
graphql_base
Describe the bug
The graphql_base
module does not appear in the Odoo Apps panel, which can confuse developers trying to install or explore the module through the standard interface.
To Reproduce
Affected versions: 17.0
Steps to reproduce the behavior:
- Clone the OCA
rest-framework
repository. - Add
graphql_base
to a validaddons_path
. - Restart Odoo and update the Apps list.
- Search for
graphql_base
in the Apps interface.
Expected behavior
The graphql_base
module should appear in the Apps list, enabling easy installation and discovery through the Odoo UI.
Additional context
This is caused by the absence of "application": True
in the __manifest__.py
. Adding:
"application": True,