Claude Code plugins maintained by OpenSPP for Odoo development workflows.
| Plugin | Description |
|---|---|
| odoo-lsp | Odoo language server integration via odoo-ls |
Add the marketplace and install plugins by name:
/plugin marketplace add OpenSPP/claude-plugins
/plugin install odoo-lsp@openspp-plugins
To update plugins later:
/plugin marketplace update openspp-plugins
Add the marketplace to your project's .claude/settings.json so team members are prompted to install automatically:
{
"extraKnownMarketplaces": {
"openspp-plugins": {
"source": {
"source": "github",
"repo": "OpenSPP/claude-plugins"
}
}
},
"enabledPlugins": {
"odoo-lsp@openspp-plugins": true
}
}If you have this repo cloned locally:
claude --plugin-dir /path/to/claude-plugins/odoo-lsp