[IMP]Odoo images : use openupgradelib from git

This commit is contained in:
Fabien BOURGEOIS 2021-09-26 11:11:13 +02:00
parent 9e2c26be4f
commit 1bfdd7f697
5 changed files with 5 additions and 5 deletions

View File

@ -19,4 +19,4 @@ RUN git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme
WORKDIR /opt/odoo
# Addons dependencies
RUN pip install --user openupgradelib
RUN pip install --user git+https://github.com/OCA/openupgradelib.git

View File

@ -19,4 +19,4 @@ RUN git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme
WORKDIR /opt/odoo
# Addons dependencies
RUN pip install --user openupgradelib
RUN pip install --user git+https://github.com/OCA/openupgradelib.git

View File

@ -23,4 +23,4 @@ RUN git clone --depth 1 -b 12.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom
WORKDIR /opt/odoo
# Addons dependencies
RUN .local/bin/pip3 install --user openupgradelib
RUN .local/bin/pip3 install --user git+https://github.com/OCA/openupgradelib.git

View File

@ -20,4 +20,4 @@ RUN git clone --depth 1 -b 14.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom
WORKDIR /opt/odoo
# Addons dependencies
RUN .local/bin/pip3 install --user openupgradelib
RUN .local/bin/pip3 install --user git+https://github.com/OCA/openupgradelib.git

View File

@ -4,4 +4,4 @@ MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
WORKDIR /opt/odoo
RUN rm -rf OCB/
RUN git clone -b ${ODOO_BRANCH} --depth 1 https://github.com/OCA/OpenUpgrade.git OCB
RUN pip install --user openupgradelib
RUN pip install --user git+https://github.com/OCA/openupgradelib.git