Metadata-Version: 1.1
Name: odooup
Version: 0.0.21
Summary: Odoo Project puppet master
Home-page: http://github.com/xoe-labs/odooup
Author: XOE Labs
Author-email: info@xoe.solutions
License: LGPLv3+
Description: odooup
        ======
        
        .. image:: https://img.shields.io/badge/license-LGPL--3-blue.svg
           :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
           :alt: License: LGPL-3
        .. image:: https://badge.fury.io/py/odooup.svg
            :target: http://badge.fury.io/py/odooup
        
        ``odooup`` is your best Odoo project compaion. Don't ask for docs, just
        try it out. It is self-explanatory *and* self-exploratory.
        
        .. contents::
        
        Quickstart
        ~~~~~~~~~~
        .. code:: bash
        
          $ pip install odooup
          $ odooup init
        
        
        Useful links
        ~~~~~~~~~~~~
        
        - dockery-odoo: https://xoe-labs.github.io/dockery-odoo/
        - dodoo: https://github.com/xoe-labs/dodoo
        - dodoo migrator: https://github.com/xoe-labs/dodoo-migrator
        - dodoo initializer: https://github.com/xoe-labs/dodoo-initializer
        - report issues at: https://github.com/xoe-labs/odooup/issues
        
        .. _dodoo: https://pypi.python.org/pypi/dodoo
        
        Credits
        ~~~~~~~
        
        Contributors:
        
        - David Arnold (XOE_)
        - Deiber Rincón (XOE_)
        - Yan Chirino (XOE_)
        - Vladislav Shepilov (SHEPI_)
        - Ildar Nasyrov (ITPP_)
        
        .. _XOE: https://xoe.solutions
        .. _SHEPI: https://github.com/shepilov-vladislav
        .. _ITPP: https://www.it-projects.info
        
        Maintainer
        ~~~~~~~~~~
        
        .. image:: https://erp.xoe.solutions/logo.png
           :alt: XOE Corp. SAS
           :target: https://xoe.solutions
        
        This project is maintained by XOE Copr. SAS.
        
        Changes
        ~~~~~~~
        
        .. Future (?)
        .. ----------
        .. -
        
        0.0.4 (2019-05-14)
        ------------------
        Fixed
        ^^^^^
        - Fix shallow submodules for any version of Odoo
        
        0.0.3 (2019-05-02)
        ------------------
        Fixed
        ^^^^^
        - Fix duplicated tag "{BACKPORT_FLAG}-{TAG}"
        - Fix error passing candidate as a tuple backporting a specific commit
        
        0.0.1 (2019-04-18)
        ------------------
        - Carve out functionality from dockery-odoo-scaffold hack
        - init: helper to initialize an odoo project
        - repo: toolset to manage your own odoo-dev / patches
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Odoo
