Files
pycharm-odoo/README.md
Trinh Anh Ngoc 8f814091f9 Update README.md
2022-02-21 20:31:01 +07:00

1.0 KiB

Odoo Framework Integration for PyCharm

Boost your productivity and make your life easier as an Odoo developer

Features

  • Truly understand Odoo framework (Odoo module, Odoo ORM,...).
  • 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 improvements to make PyCharm is the best IDE for Odoo.

Installation

  1. Install this plugin from JetBrains Marketplace.
  2. (Recommended) Clone Odoo Stubs and attach to your project to improve code analysis.
  3. (Recommended) Install XPathView to support XML view inheritance features.
  4. (Recommended) Install CSV Plugin to support code completion and navigation in CSV files.
  5. (Optional) Install PyDev.Debugger plugin for Odoo to improve Odoo debugging.