Metadata-Version: 1.0
Name: openerp-pastertemplates
Version: 1.0a5
Summary: Paster template for creating new OpenERP modules
Home-page: UNKNOWN
Author: Simone Orsi
Author-email: simahawk@gmail.com
License: UNKNOWN
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_pastertemplates
        
        Issues and contribs
        ===================
        
        https://github.com/simahawk/openerp_pastertemplates
        
        
        Usage
        =====
        
        List templates::
        
            paster create --list-templates
        
        You should see "openerp_newmodule" among the other templates.
        
        To create your module run::
        
            paster create -t openerp_newmodule
        
        and follow the instructions step by step.
        
        
        .. _Paste: http://pythonpaste.org/script/
        
        
        CHANGELOG
        =========
        
        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
