Skip to content

Live templates for Odoo (formerly OpenERP) developers on Pycharm

Notifications You must be signed in to change notification settings

syci/PycharmTemplateOdoo

This branch is 2 commits ahead of JulienDrecq/PycharmTemplateOdoo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f6ef643 · Oct 15, 2018

History

38 Commits
Mar 14, 2014
Nov 18, 2016
Oct 18, 2016

Repository files navigation

Live Templates & Files Templates Python Odoo (formerly OpenERP) for Pycharm.

Install live templates

Windows

Template python Odoo

COPY .\templates\Python.xml <your home directory>\<product name><version number>\config\templates\Python.xml

Template xml Odoo

COPY .\templates\html_xml.xml <your home directory>\<product name><version number>\config\templates\html_xml.xml

Linux

Template python Odoo

cp ./templates/Python.xml <your home directory>/.<product name><version number>/config/templates/Python.xml

Template xml Odoo

cp ./templates/html_xml.xml <your home directory>/.<product name><version number>/config/templates/html_xml.xml

MacOS

Template python Odoo

cp ./templates/Python.xml <your home directory>/Library/Preferences/<product name><version number>/templates/Python.xml

Template xml Odoo

cp ./templates/html_xml.xml <your home directory>/Library/Preferences/<product name><version number>/templates/html_xml.xml

Install files templates

Windows

COPY .\fileTemplates\*.py  <your home directory>\<product name><version number>\config\fileTemplates\

Linux

cp ./fileTemplates/*.py <your home directory>/.<product name><version number>/config/fileTemplates/

MacOS

cp -r ./fileTemplates/ <your home directory>/Library/Preferences/<product name><version number>/fileTemplates/

Restart Pycharm

Contributors


   * Julien Drecq
   * Maxime Jacquet
   * mynameisshiy
   * Jeffery Chen Fan

Todo :

  • Odoo new api integration (decorator, function, views, etc.)

About

Live templates for Odoo (formerly OpenERP) developers on Pycharm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%