Skip to content

Installation Guide

This guide walks you through installing and setting up the Cybrosys Assista: Odoo Helper extension for Visual Studio Code — a powerful assistant for Odoo developers.

Prerequisites

Before installation, make sure you have:

  • Visual Studio Code (v1.70 or later)
  • An existing Odoo development environment (Odoo 18 recommended)

Installation Steps

Option 1: From the VS Code Marketplace

  1. Open Visual Studio Code
  2. Go to the Extensions panel (Ctrl+Shift+X)
  3. Search for: Cybrosys Assista: Odoo Helper
  4. Click Install next to the extension published by CybrosysTechnologiesOdooOfficialPartner

Or install directly via the Marketplace link.

Option 2: Using CLI

You can also use the VS Code command line:

bash
code --install-extension CybrosysTechnologiesOdooOfficialPartner.cybrosys-assista-odoo-helper

Verifying Installation

To confirm the extension is working correctly:

  1. Open any Odoo project in Visual Studio Code
  2. Right-click a folder in the Explorer panel — you should see:
    • Create Odoo File
    • Create Odoo Module
  3. Open a .py or .xml file and start typing snippet triggers like odoo

Troubleshooting

If something isn’t working as expected:

  • Ensure you meet the prerequisites
  • Restart Visual Studio Code after installing
  • Check the Output or Problems tab for errors
  • Uninstall and reinstall the extension if issues persist

Still stuck? Visit our Troubleshooting Guide for help.

What’s Next?