Skip to content

🚀 Odoo Autocompletion Support (v1.0.2)

Latest
Compare
Choose a tag to compare
@AlexTkDev AlexTkDev released this 26 Jun 14:18
· 8 commits to main since this release

Overview

Odoo Autocompletion Support is a modern, production-ready plugin for PyCharm Community Edition and IntelliJ IDEA, designed to supercharge Odoo development.
This release brings a fully localized, well-documented, and developer-friendly version, ready for use with PyCharm 2025.1+ and Odoo 12.0–17.0.


✨ Main Features

  • Autocompletion: Models, fields, XML-IDs, manifests, and more in Python and XML.
  • Go to Declaration: Instantly navigate to Odoo entities (models, fields, records, 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.

🆕 What's New in 1.0.2

  • Full English localization and improved documentation for users and developers.
  • Beautiful, structured overview and plugin description.
  • Links to repository, documentation, and issue tracker directly in the plugin info.
  • Cleaned up installation and contribution instructions.
  • Improved developer section: architecture, maintenance, and extension guidelines.
  • Compatibility with PyCharm Community Edition 2025.1+ and Odoo 12.0–17.0.
  • All legacy and non-relevant references removed.

📦 Installation

  1. Download the attached odoo_plugin-1.0.2.zip from this release.
  2. In PyCharm: Preferences → Plugins → Install plugin from disk → select the downloaded .zip file.
  3. Restart PyCharm.

📚 Documentation & Support


⚙️ Technical Notes for Developers

  • Built with IntelliJ Platform SDK (Java), targeting PyCharm Community Edition 2025.1+.
  • Extensible architecture: add new contributors, inspections, or navigation handlers easily.
  • See the README for details on architecture, testing, CI, and maintenance.

📝 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 the project repository.


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.


Thank you for using and supporting Odoo Autocompletion Support!
If you like the plugin, please star the repository and share your feedback.


Attach the built file odoo_plugin-1.0.2.zip to this release for user download.