Skip to content

Quick Start Guide

This guide provides a quick overview of the Cybrosys Assista: Odoo Helper Visual Studio Code Extension's key features to help you get started with Odoo development.

Core Features Overview

1. Module Template Generator

Create complete Odoo modules with a single click:

  • Right-click the addons folder in the Explorer panel
  • Select Create Odoo Module
  • Choose template type
  • Enter module name
module_template_generator

2. File Creator

Generate Odoo-specific files instantly:

  • Right-click on folder
  • Select Create Odoo File
  • Select file type (Model/View/Security)
  • Choose template
  • Name your file

file_creator_menu

3. Code Snippets

Access common Odoo code patterns:

  • Type odoo in Python/XML files
  • Select from available snippets
  • Press Enter to insert
code_snippet

4. Smart Suggestions

Get intelligent code completion:

  • Context-aware suggestions
  • Model and field name completion
  • XML view assistance
Smart suggestions in action

5. Code Inspection

Maintain code quality:

  • Code Standardisation Warnings
  • Best practice enforcement
  • Real-time feedback
code_inspection

Getting Started Steps

  1. Installation

  2. Create Your First Module

    • Use the Module Template Generator
    • Choose the Basic Module template
    • Follow the wizard
  3. Add Files

    • Use the File Creator
    • Generate Python models
    • Create XML views
  4. Write Code

    • Use Code Snippets
    • Leverage Smart Suggestions
    • Follow Code Inspection feedback

Next Steps