| name | odoo_inspect_navigation |
| aliases | ["inspect_menus_actions"] |
| label | Menus et actions |
| label_en | Menus and actions |
| kind | tool |
| group | live |
| builtin | false |
| read_only | true |
| risk_level | low |
| description | Tracer le chemin UI vers un écran Odoo : menu, action (act_window, server, report, client), modèle ciblé, action serveur, raccourci, parent_path. Utiliser quand l'utilisateur demande où cliquer, quel menu ouvre tel modèle, ou comment un écran est exposé dans l'interface. Ne pas utiliser pour le rendu d'une vue (odoo_inspect_view) ni pour les droits d'accès aux menus (odoo_inspect_security). |
| description_en | Trace the UI path to an Odoo screen: menu, action (act_window, server, report, client), target model, server action, shortcut, parent_path. Use when the user asks where to click, which menu opens a model, or how a screen is exposed in the UI. Do not use for view rendering (odoo_inspect_view) or for menu access rights (odoo_inspect_security). |
| requirement | Connexion Odoo active |
| requirement_en | Active Odoo connection |
| version | 1.0.0 |
| author | Le Goff Benoît - Camptocamp SA |
| modes | ["assistant","migration","creator"] |
| keywords | ["menu","navigation","naviguer","navigate","navigate to","action","écran","screen","où cliquer","où aller","where click","accéder","access screen","comment naviguer","how to navigate","chemin pour"] |
| permissions | {"filesystem":"read","network":false,"scripts":false,"odoo":"read"} |
| code_path | skills/odoo-inspect-navigation/scripts/handler.py |
| references_auto_load | [{"file":"menu_action_graph.md","triggers":["ir.actions","ir.actions.act_window","ir.actions.server","ir.actions.report","parent_id","parent_path","action serveur","action server","action client","raccourci menu"]}] |