From 5d9c7c4bc317d7224f322d35c1ed6dddc7db9766 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Thu, 1 Dec 2022 17:11:51 +0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c24c736..d396dd9 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ 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. +* 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 the best IDE for Odoo. +* 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. (Recommended) Clone [Odoo Stubs](https://github.com/odoo-ide/odoo-stubs) and attach to your project to improve code analysis. +2. (Recommended) Clone [Odoo Stubs](https://github.com/odoo-ide/odoo-stubs) and attach to your project to improve type inference and code completion. 3. (Recommended) Install [XPathView](https://plugins.jetbrains.com/plugin/12478-xpathview--xslt) to support XML view inheritance features. 4. (Recommended) Install [CSV Plugin](https://plugins.jetbrains.com/plugin/10037-csv) to support code completion and navigation in CSV files. -5. (Optional) Install [PyDev.Debugger plugin for Odoo](https://github.com/odoo-ide/pydevd-odoo) to improve Odoo debugging. +5. (Recommended) Install [PyDev.Debugger plugin for Odoo](https://github.com/odoo-ide/pydevd-odoo) to improve Odoo debugging. ## Website https://odoo-ide.com