Installation Guide
The Cybrosys Assista: Odoo Helper extension is distributed via the Visual Studio Code Marketplace and can be deployed on any host system running a supported version of VS Code.
Technical Prerequisites
To ensure full functionality of the Odoo analysis engine and code generation tools, the following requirements must be met:
- Visual Studio Code: Version 1.70 or higher.
- Odoo Environment: Access to an Odoo codebase (Odoo 12.0 - 18.0 supported).
- Git: Configured on the local system for repository management utilities.
Deployment Procedures
1. Visual Studio Code Marketplace (Recommended)
The extension can be integrated directly through the internal VS Code management interface:
- Open Visual Studio Code.
- Navigate to the Extensions panel (
Ctrl+Shift+X). - Search for
Cybrosys Assista: Odoo Helper. - Select Install for the extension published by CybrosysTechnologiesOdooOfficialPartner.
Alternatively, acquisition can be initiated via the Visual Studio Marketplace.

2. Command Line Interface (CLI)
For automated or remote deployments, utilize the following command:
bash
code --install-extension CybrosysTechnologiesOdooOfficialPartner.cybrosys-assista-odoo-helperPost-Installation Verification
To verify the successful integration of the extension:
- Open an Odoo project directory in VS Code.
- Right-click any directory in the Explorer panel to verify the presence of Create Odoo File and Create Odoo Module in the context menu.
- Verify snippet registration by initializing the
odookeyword prefix in a.pyor.xmlfile.
Technical Maintenance
- Updates: VS Code automatically manages extension updates via the Marketplace. To manually trigger a check, select Check for Extension Updates in the extensions interface.
- Environment Refresh: If Odoo-specific metadata (models/fields) remains unregistered after installation, perform a reload of the VS Code window (
Developer: Reload Window).
For detailed functional analysis of the extension features, refer to the Overview guide.

