Metadata-Version: 1.1
Name: inouk.recipe.odoo-cmd
Version: 0.1.1
Summary: Add odoo.py command to odoo appserver generated by anybox.recipe.odoo.
Home-page: https://github.com/cmorisse/inouk.recipe.odoo_cmd
Author: Cyril MORISSE
Author-email: cmorisse@boxes3.net
License: MIT
Description: 
        Detailed Documentation
        ######################
        
        =====================
        inouk.recipe.odoo_cmd
        =====================
        
        inouk.recipe.odoo_cmd is an anybox.recipe.odoo console script that
        adds the odoo.py command to a buildout Odoo server.
        
        Installation
        ============
        
        In the openerp section your buildout.cfg, add inouk.recipe.odoo_cmd egg:
        
        ::
        
            [openerp] 
            recipe = anybox.recipe.openerp:server
            ...
        
            # ask buildout to get the package
            eggs = inouk.recipe.odoo_cmd
        
            # ask the odoo recipe to create a script from inouk.recipe.odoo_cmd
            openerp_scripts = odoo_cmd=odoo.py  
        
        Then buildout your server with *bin/buildout*.
        
        Usage
        =====
        
        Once your buildout is finished, you can launch *bin/odoo.py*.
        
        By typing bin/odoo.py you will be able to follow the Odoo developer tutorial and use the scaffold command.
        
        Try bin/odoo.py scaffold
        
        License
        =======
        
        inouk.recipe.odoo_cmd is licensed under the GNU Affero General Public License v3. See LICENCE.txt
        
        
        Contributors
        ############
        
        - Cyril MORISSE
        
        Change history
        ##############
        
        =====
        0.1.1 on 2016/11/17
        =====
        
        - Fix readme.rst lowercased name that prevented proper installation
        
        
        =====
        0.1.0
        =====
        
        - Initial release
        
        
Keywords: openerp odoo recipe command
Platform: UNKNOWN
Classifier: Framework :: Buildout :: Recipe
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
