Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T09:47:53.000Z (10 months ago)
- Last Synced: 2024-09-27T06:03:19.024Z (3 months ago)
- Topics: intellij, intellij-plugin, odoo, pycharm
- Homepage: https://plugins.jetbrains.com/plugin/13499-odoo
- Size: 31.3 KB
- Stars: 44
- Watchers: 7
- Forks: 5
- Open Issues: 113
-
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.