OpenCode / pycharm_odoo

Set of plugins and snippets to transform PyCharm in a perfect tool for Odoo developer
GNU General Public License v3.0
16 stars 16 forks source link

Pycharm for OpenERP/Odoo

Set of plugins, snippets and templates to transform PyCharm in a perfect tool for OpenERP/Odoo developers

Search information on Twitter with tag #PyCharmOdoo: https://twitter.com/search?f=tweets&q=%23PyCharmOdoo&src=typd

Snippets

Import

List of snippets

Go to File -> Settings -> Editor -> Code Style -> Live Templates and read snippets list in group Odoo Code, Odoo View, OpenERP Code and ErpPeek

Complete List:

Python

OpenERP Code

Odoo Code

Odoo XML

ErpPeek

Use

In python or XML file write the snippet and press tab button to insert the complete code

Templates

Import

Use

Go to menu File -> New and select the right template. Insert your informations.

OpenERP - Odoo Manifest

File Name:

Required.
It must be "\_\_openerp\_\_"

Version:

Not required.
OpenERP/Odoo version. It must be 6, 7, 8 or 9

Category:

Not required.
Module category
Example: Sale

Website:

Not required
Author website
Example: https://github.com/OpenCode/pycharm_odoo

Depends:

Not required
List of depends (other odoo modules) separated by comma
Example: sale,account,mrp,stock