19 lines
1.2 KiB
Markdown
19 lines
1.2 KiB
Markdown
# Odoo Framework Integration for PyCharm
|
|
|
|
Boost your productivity and make your life easier as an Odoo developer
|
|
|
|
[Homepage](https://odoo-ide.com) | [Blog](https://odoo-ide.com/blog) | [Documentation](https://odoo-ide.com/docs/pycharm) | [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. Clone [Odoo Stubs](https://github.com/odoo-ide/odoo-stubs) and attach to your project to improve type inference and code completion.
|
|
3. Install [XPathView](https://plugins.jetbrains.com/plugin/12478-xpathview--xslt) to support XML view inheritance features.
|
|
4. Install [CSV Plugin](https://plugins.jetbrains.com/plugin/10037-csv) to support code completion and navigation in CSV files.
|
|
5. Install [PyDev.Debugger plugin for Odoo](https://github.com/odoo-ide/pydevd-odoo) to improve Odoo debugging.
|