Update README.md

This commit is contained in:
Trinh Anh Ngoc
2022-01-24 22:17:27 +07:00
committed by GitHub
parent eade09e0b0
commit a2cc5664c5

View File

@@ -4,9 +4,8 @@
* Other improvements to make PyCharm is the best IDE for Odoo
## Installation
1. Install this plugin from [JetBrains Plugins Repository](https://plugins.jetbrains.com/plugin/13499-odoo).
2. (Recommended) Clone [Odoo Stubs](https://github.com/trinhanhngoc/odoo-stubs) and attach to your project to improve code analysis.
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.
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-plugin) to support code completion and navigation in CSV files.
5. (Optional) Install [PyDev.Debugger plugin for Odoo](https://github.com/trinhanhngoc/pydevd-odoo) to improve Odoo debugging.
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.