The Odoo Explorer provides a visual interface to navigate and manage your Odoo addons directly from VS Code.

The panel is divided into four sections:
Shows addons from your workspace and custom repositories.

Available Operations:
Shows Odoo Core addons detected in configured paths.
Shows Odoo Enterprise addons if available.

Shows .conf configuration files found.
Operations:

| Icon | Command | Description |
|---|---|---|
| π | Refresh | Update addons view |
| π | Filter | Filter addons by name |
| β | Clear Filter | Clear current filter |
| ποΈ | Show All Hidden | Show hidden repositories |
| π | New File | Create new file |
| π | New Folder | Create new folder |
Right-click on any item for:
Addons/Repositories:
Files:

Folders:
{
"odooShortcuts.odooServerPaths": [
"/home/user/odoo",
"/home/user/enterprise"
]
}
Core Addons:
{
"odooShortcuts.coreAddonPatterns": [
"/odoo/addons/",
"/odoo/odoo/addons/",
"/openerp/addons/"
]
}
Enterprise:
{
"odooShortcuts.enterpriseAddonPatterns": [
"/enterprise/",
"/odoo/enterprise/"
]
}
The explorer shows different icons by type:
__manifest__.py).py files.xml files.csv files.po files

| Action | Shortcut |
|---|---|
| Update addons | Configurable in VS Code |
| Filter addons | Ctrl+K Ctrl+F / Cmd+K Cmd+F |
| Create file | Context menu |
| Create folder | Context menu |
The explorer supports drag and drop operations within the view.
Use Ctrl+Click or Cmd+Click to select multiple items.
From the context menu you can directly access:
If you enable odooShortcuts.autoRefresh, the explorer updates automatically when file system changes are detected.
__manifest__.pyodooShortcuts.odooServerPathsodooServerPathscoreAddonPatterns and enterpriseAddonPatternsIf you have many addons:
autoRefresh and update manually.gitignoreNext: LSP and IntelliSense