Tired of copy&paste and find&replace for creating new OpenERP modules?
openerp_bootstrap is a Python module that adds Paste templates for bootstrapping your modules.
Install
As simple as:
pip install openerp_bootstrap
Issues and contribs
https://github.com/simahawk/openerp_bootstrap
Usage
List templates:
paster create --list-templates
You should see "openerp_newmodule", "openerp_theme" among the other templates.
To create a simple module run:
paster create -t openerp_newmodule
to create a basic theme package run:
paster create -t openerp_theme
and follow the instructions step by step.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· imp remove static resources that are not required
· initialize module-specific openerp object into JS