Manage your odoostack.co account without leaving your editor.
Features (v0.1 — MVP)
- Sign in with your OdooStack email/username and password.
- My Tasks — see your open / in-progress tasks and mark any of them Done with one click.
- Done — Ready to Complete — if you own the project (admin), see tasks sitting in Done and mark them Completed (this tears down the task's dev container, same as the website).
- Servers — list every server you own or have shared access to, Start / Stop them, Connect via Remote-SSH, or open the web editor (code-server). Passwords are copied to your clipboard automatically.
More features (creating servers, backups, project boards) can be layered on later — the backend API already supports them.
Requirements
- VS Code 1.85+
- An account on https://odoostack.co
- The Remote - SSH extension (for the "Connect" action).
Settings
| Setting | Default | Description |
|---|---|---|
odoostack.baseUrl |
https://odoostack.co |
Base URL of your OdooStack instance. |
Getting started
- Click the OdooStack icon in the activity bar.
- Click Sign in and enter your credentials.
- Your tasks and servers appear in the sidebar.
Your auth token is stored in VS Code's encrypted Secret Storage, never in plain settings.