Skip to content

[18.0] web_responsive: Breadcrumb displays "Unnamed" when opening any Settings/Technical menu via global search #3510

Description

@SiscoIngeos

Module

web_responsive

Describe the bug

The web_responsive global search (App Drawer) fails to correctly pass or render the action name in the breadcrumb. When a user searches for a configuration menu (e.g., "Sequences", "Parameters", or any Settings sub-menu) and clicks the result, the breadcrumb root shows "Unnamed" (or "Sin Nombre") instead of the actual menu name.
This issue seems to affect all technical and configuration menus when accessed via search, while they display correctly when navigated through the standard menu structure.

To Reproduce

Affected versions:
18.0 Community

Steps to reproduce the behavior:

  1. Install web_responsive on Odoo 18.0 Community.
  2. Enable Developer Mode.
  3. Open the App Drawer / Global Search.
  4. Type "Sequences" (or any other technical menu like "Database Parameters").
  5. Click on the search result to navigate to that view.
  6. Observe the breadcrumb at the top left: it says "Unnamed".

Expected behavior
The breadcrumb should show the name of the action (e.g., "Sequences") as the root, matching the standard Odoo 18 navigation behavior.

Additional context

  • Observed in Odoo 18.0 Community.
  • Confirmed that this does not happen in Odoo 18.0 Enterprise (standard web client).
  • Successfully reproduced in the OCA Runboat environment.
  • It appears that the search service in web_responsive is not correctly providing the action.name to the OWL Breadcrumb component in the new Odoo 18 web architecture.
Image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions