Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Odoo Error DoctorNew to Visual Studio Code? Get it now.
Odoo Error Doctor

Odoo Error Doctor

Raj Lohar

|
7 installs
| (1) | Free
Instantly explains Odoo tracebacks in your terminal using AI. Works with any OpenAI-compatible provider — Groq, OpenAI, Ollama, Gemini and more.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🩺 Odoo Error Doctor

Instantly explains Odoo tracebacks in your VS Code terminal using AI.
Works with any OpenAI-compatible provider — Groq, OpenAI, Ollama, Gemini, Together, Mistral and more.
No Python required. No setup scripts. One-click install.


How it works

Run Odoo normally. When a traceback appears in the terminal, Odoo Error Doctor catches it, sends it to your chosen AI, and shows a precise explanation in the sidebar — in under 2 seconds.


Quick Start

1. Install the extension

From the VS Code Marketplace (or press F5 for development mode).

2. Get a free API key

Groq is recommended — it's free and responds in ~1 second:
https://console.groq.com → API Keys → Create key

3. Configure in VS Code Settings (Ctrl+, → search "Odoo Doctor")

Setting Default Description
odooDoctor.apiKey "" Your API key
odooDoctor.apiBaseUrl https://api.groq.com/openai/v1 Any OpenAI-compatible base URL
odooDoctor.model llama-3.3-70b-versatile Model name

4. Run Odoo

python odoo-bin -d mydb

Errors are detected and explained automatically.


Supported Providers

Any provider with an OpenAI-compatible /chat/completions endpoint works.

Provider Base URL Free tier
Groq ⭐ https://api.groq.com/openai/v1 ✅ Yes
OpenAI https://api.openai.com/v1 ❌ Paid
Ollama (local) http://localhost:11434/v1 ✅ Free (local)
Gemini https://generativelanguage.googleapis.com/v1beta/openai ✅ Free tier
Together AI https://api.together.xyz/v1 ✅ Free credits
Mistral https://api.mistral.ai/v1 ✅ Free tier

Packaging for VS Code Marketplace

# Install vsce
npm install -g @vscode/vsce

# Compile
npm run compile

# Package → creates odoo-error-doctor-1.0.0.vsix
vsce package

# Publish (needs publisher account at marketplace.visualstudio.com)
vsce publish

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft