Skip to main content

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

https://github.com/simahawk/openerp_bootstrap

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openerp_bootstrap-1.0b3.zip (7.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page