Skip to content

[17.0] graphql_base module not appearing in Odoo Apps panel due to missing "application": True #521

Open
@Jay991

Description

@Jay991

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:

  1. Clone the OCA rest-framework repository.
  2. Add graphql_base to a valid addons_path.
  3. Restart Odoo and update the Apps list.
  4. 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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions