Skip to content

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

The extension can be integrated directly through the internal VS Code management interface:

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

Alternatively, acquisition can be initiated via the Visual Studio Marketplace.

VS Code Extension Installation

2. Command Line Interface (CLI)

For automated or remote deployments, utilize the following command:

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

Post-Installation Verification

To verify the successful integration of the extension:

  1. Open an Odoo project directory in VS Code.
  2. Right-click any directory in the Explorer panel to verify the presence of Create Odoo File and Create Odoo Module in the context menu.
  3. Verify snippet registration by initializing the odoo keyword prefix in a .py or .xml file.

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.