pcaro / openerp-snippets

This is a sublime package which includes a bunch of handy snippets for doing OpenERp development. Snippets borrowed from open-erp-eclipse-template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenErp Snippets

This is a sublime package which includes a bunch of handy snippets for doing OpenERp development.

Snippets borrowed from open-erp-eclipse-template.

Licence: GPL3

Instalation

With Package Control

If you have the Package Control package installed, you can install OpenErp Snippets from inside Sublime Text itself. Open the Command Palette and select "Package Control: Install Package", then search for OpenErp Snippets.

It's just that simple!

Without Package Control

If you haven't got Package Control installed (seriously, go install it!) you will need to make a clone of this repository into your packages folder.

Then, create a package-metadata.json file:

{"url": "https://bitbucket.org/pcaro/openerp-snippets",
"version": "0.1",
"description": "Code snippets for developing with OpenErp"}

About

This is a sublime package which includes a bunch of handy snippets for doing OpenERp development. Snippets borrowed from open-erp-eclipse-template.

License:Other


Languages

Language:XML 93.9%Language:Python 6.1%