Skip to content

Installation Guide

This guide will help you install and set up the Cybrosys Assista plugin for PyCharm.

Prerequisites

  • PyCharm Professional or Community Edition (2023.1 or later)
  • Odoo development environment

Installation Steps

  1. Open PyCharm
  2. Go to Settings/PreferencesPlugins
  3. Click on the Marketplace tab
  4. Search for "Cybrosys Assista"
  5. Click Install
  6. Restart PyCharm when prompted
  7. Allow the indexing process to finish before proceeding

Verifying Installation

To verify that the plugin is working correctly:

  1. Open any Python file in your Odoo project
  2. Type odoo to see if code snippets are available
  3. Right-click in the project explorer to check for Odoo-specific context menu items

Troubleshooting

If you encounter any issues during installation:

  1. Make sure you're using a compatible version of PyCharm
  2. Check that all prerequisites are met
  3. Try invalidating caches and restarting PyCharm:
    • Go to FileInvalidate Caches
    • In the dialog that appears, select the checkboxes
    • Then click Invalidate and Restart
    • PyCharm will clear internal caches and restart automatically
  4. Visit our Troubleshooting guide for common issues

Next Steps