diff --git a/odoo_openupgrade_wizard/templates/odoo/extra_python_requirements.txt.j2 b/odoo_openupgrade_wizard/templates/odoo/extra_python_requirements.txt.j2 index d209d77..75f29a2 100644 --- a/odoo_openupgrade_wizard/templates/odoo/extra_python_requirements.txt.j2 +++ b/odoo_openupgrade_wizard/templates/odoo/extra_python_requirements.txt.j2 @@ -1,5 +1,7 @@ # Mandatory library used in all odoo-openupgrade-wizard -openupgradelib +# Note: As the openupgradelib is not allways up to date in pypi, +# we use the github master url. +git+https://github.com/OCA/openupgradelib@master#egg=openupgradelib # Library used to run generate-module-analysis command # dependencies of the module OCA/server-tools 'upgrade_analysis'