Tired of copy&paste and find&replace for creating new OpenERP modules?
This module adds Paste templates for bootstrapping your modules.
As simple as:
pip install openerp_bootstrap
https://github.com/simahawk/openerp_bootstrap
Warning
Starting from version 1.0b2 the template "openerp_theme" has been renamed to "openerp_webmodule".
List templates:
paster create --list-templates
You should see "openerp_newmodule", "openerp_webmodule" among the other templates.
To create a simple module run:
paster create -t openerp_newmodule
to create a basic web package run:
paster create -t openerp_webmodule
and follow the instructions step by step.