https://github.com/odoo-ide/pycharm-odoo
PyCharm plugin for Odoo
https://github.com/odoo-ide/pycharm-odoo
intellij intellij-plugin odoo pycharm
Last synced: 8 months ago
JSON representation
PyCharm plugin for Odoo
- Host: GitHub
- URL: https://github.com/odoo-ide/pycharm-odoo
- Owner: odoo-ide
- License: other
- Created: 2021-07-26T13:42:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T04:10:34.000Z (10 months ago)
- Last Synced: 2025-02-06T03:49:49.297Z (8 months ago)
- Topics: intellij, intellij-plugin, odoo, pycharm
- Homepage: https://plugins.jetbrains.com/plugin/13499-odoo
- Size: 33.2 KB
- Stars: 44
- Watchers: 6
- Forks: 5
- Open Issues: 105
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Odoo Framework Integration for PyCharm
Boost your productivity and make your life easier as an Odoo developer
[Homepage](https://odoo-ide.com) | [Documentation](https://github.com/odoo-ide/pycharm-odoo/wiki) | [Issue Tracker](https://github.com/odoo-ide/pycharm-odoo/issues)
## Features
* Truly understand Odoo Framework (Modules, ORM, Testing, Data, Actions, Views,...).
* Amazing code completion and navigation for Python, SQL, XML, JavaScript, CSV, and PO/POT.
* Support working with multiple Odoo versions in one project window.
* Other magic to make PyCharm the best IDE for Odoo.## Installation
1. Install this plugin from [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/13499-odoo).
2. Install [XPathView](https://plugins.jetbrains.com/plugin/12478-xpathview--xslt) to support XML view inheritance features.
3. Install [CSV Plugin](https://plugins.jetbrains.com/plugin/10037-csv) to support code completion and navigation in CSV files.
4. Install [PyDev.Debugger plugin for Odoo](https://github.com/odoo-ide/pydevd-odoo) to improve Odoo debugging.## Notes
* The plugin has full support for Odoo >= 10 and partial support for Odoo 9.
* SQL and JavaScript support are enabled only in PyCharm Professional.