Metadata-Version: 1.0
Name: openerp_bootstrap
Version: 1.0a6
Summary: Easy bootstrap for your OpenERP modules
Home-page: https://github.com/simahawk/openerp_bootstrap
Author: Simone Orsi
Author-email: simone.orsi@domsense.com
License: GPL
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_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.
        
        
        .. _Paste: http://pythonpaste.org/script/
        
        
        CHANGELOG
        =========
        
        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
        
Keywords: OpenERP paster
Platform: UNKNOWN
