Metadata-Version: 1.1
Name: odoo-upgrade
Version: 1.3.3
Summary: Command line tool to upgrade your Odoo database
Home-page: https://github.com/olilau/odoo-upgrade
Author: olivier Laurent
Author-email: olilau@gmail.com
License: GPLv2
Description: A command line tool to upgrade your `Odoo <https://www.odoo.com>`_ database
        using the `Upgrade API <https://www.odoo.com/documentation/9.0/reference/upgrade_api.html>`_
        documented on the `official Odoo documentation <https://www.odoo.com/documentation>`_ (`v9.0 page
        <https://www.odoo.com/documentation/9.0/reference/upgrade_api.html>`_)
        
        .. note:: You'll need an Odoo Enterprise Contract.
        
        It's the equivalent of filling the form on the `Upgrade platform <https://upgrade.odoo.com>`_ page.
        
        It allows to:
        
        * create a database upgrade request
        * upload a database dump
        * ask to process it
        * obtain the current status of your request
        
Keywords: odoo openerp database upgrade
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Environment :: Console
Classifier: Topic :: Database
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: POSIX
