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:
- Install web_responsive on Odoo 18.0 Community.
- Enable Developer Mode.
- Open the App Drawer / Global Search.
- Type "Sequences" (or any other technical menu like "Database Parameters").
- Click on the search result to navigate to that view.
- 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.

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:
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