VS Code Extensions
O

OdooStack

by devnix

Connect to your odoostack.co account: manage your tasks and servers from inside VS Code.

Downloads

1

Rating

(0)

Version

0.1.0

Last updated

Jun 19, 2026

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

Settings

Setting Default Description
odoostack.baseUrl https://odoostack.co Base URL of your OdooStack instance.

Getting started

  1. Click the OdooStack icon in the activity bar.
  2. Click Sign in and enter your credentials.
  3. Your tasks and servers appear in the sidebar.

Your auth token is stored in VS Code's encrypted Secret Storage, never in plain settings.

Related extensions