Skip to content

An enhanced IntelliJ/PyCharm plugin for Odoo development, providing advanced autocompletion, code navigation, and inspections for models, records, JS modules, and more.

License

Notifications You must be signed in to change notification settings

AlexTkDev/odoo-autocomplete-plugin

Repository files navigation

🚀 Odoo Autocompletion Support (v1.0.2)

A modern, production-ready plugin for PyCharm Community Edition and IntelliJ IDEA, designed to supercharge Odoo development.


✨ Features

  • Autocompletion: Models, fields, XML-IDs, manifests, and more in Python and XML.
  • Go to Declaration: Instantly navigate to models, fields, records, and references.
  • Inspections & Quickfixes: For missing models, records, and manifest errors.
  • Odoo-specific Code Generation: Fast creation of Odoo models and records.
  • Documentation Popups: Inline Odoo docs for models and fields.
  • Manifest & Security Support: Navigation and validation for manifest and security files.
  • No Ultimate dependencies, no license checks, fully open source.

📦 Installation

The plugin is available for download on GitHub on the Releases page.

  1. Download the latest release .zip from GitHub Releases or build from source:
    ./gradlew clean build --no-build-cache --refresh-dependencies
  2. In PyCharm: Preferences → Plugins → Install plugin from disk → select the built .zip file.
  3. Restart PyCharm.

📚 Documentation & Support


📝 License

GNU General Public License v3.0 with Additional Terms. Copyright (c) 2024 AlexTkDev.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

For additional terms, including notification and attribution requirements, see the full license text in the LICENSE file or at [project URL].


Odoo® is a registered trademark of Odoo S.A. This plugin is an independent open-source project and is not affiliated with Odoo S.A.

This README is up to date for version 1.0.2 and the 2025.1+ JetBrains platform.

About

An enhanced IntelliJ/PyCharm plugin for Odoo development, providing advanced autocompletion, code navigation, and inspections for models, records, JS modules, and more.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages