Easy bootstrap for your OpenERP modules
Project description
Introduction
Tired of copy&paste and find&replace for creating new OpenERP modules?
This module adds Paste templates for bootstrapping your modules.
Install
As simple as:
pip install openerp_bootstrap
Issues and contribs
Usage
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.
CHANGELOG
1.0b3
add MANIFEST.in to fix release
1.0b2
renamed “openerp_theme” to “openerp_webmodule”
1.0b1
fix JS template for openerp_theme
1.0a8
imp remove static resources that are not required
initialize module-specific openerp object into JS
1.0a7
fix bool var handling
fix typo into theme template
1.0a6
CHANGED PACKAGE NAME FROM ‘openerp_pastertemplates’
set active=False by default
added basic openerp web theme template
1.0a5
fix optional web parameters
1.0a4
fix bracket typo into __openerp__.py
1.0a3
fix README.rst
added missing HISTORY.txt
1.0a2
updated docs
1.0a1
1st release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file openerp_bootstrap-1.0b3.zip
.
File metadata
- Download URL: openerp_bootstrap-1.0b3.zip
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d802e5cbfea52173e94ca63ccc75e493ea7db6af03c1511040a73712048ecc89 |
|
MD5 | 5c1dfd26fda237a2ccdf82120b5aa28e |
|
BLAKE2b-256 | def779b620e032718017cb86fe96ca57d8b45e9c72503f6bd60768c03609fdc5 |