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 β
- Open Visual Studio Code
- Go to the Extensions panel (
Ctrl+Shift+X
) - Search for:
Cybrosys Assista: Odoo Helper
- 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:
- Open any Odoo project in Visual Studio Code
- Right-click a folder in the Explorer panel β you should see:
- Create Odoo File
- Create Odoo Module
- Open a
.py
or.xml
file and start typing snippet triggers likeodoo
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? β
- π Read the Usage Guide
- βοΈ Try the Module Template Generator
- π‘ Explore Code Snippets
- π Visit the Support Page to get help or give feedback