Odoo Debug Configuration
A VS Code extension that provides a visual GUI for creating and managing Odoo debug configurations.
Features
- Visual Configuration Editor - No need to manually edit launch.json
- Configuration List - See all your Odoo configurations at a glance
- Browse Buttons - Easy file selection for paths
- Add/Edit/Delete - Full CRUD for configurations
Usage
- Press
Ctrl+Alt+D (or Cmd+Alt+D on Mac) to open the configuration panel
- Click
+ to add a new configuration
- Fill in the fields:
- Name: Configuration name (e.g., "v15", "v18")
- Odoo-bin path: Path to odoo-bin script
- Config file: Path to your .conf file
- Python interpreter: Path to Python executable
- Update module (-u): Module to update on start
- Database (-d): Database name
- Click Save
Requirements
- VS Code 1.85.0 or higher
- Python Debugger extension (ms-python.debugpy)
Release Notes
1.0.0
- Initial release
- Visual configuration editor
- Support for all Odoo debug options
| |