[FIX]Odoo v14 + openupgradelib from git needs specific version of setuptools scm
This commit is contained in:
parent
3cdad3e353
commit
c3962fc74a
@ -20,7 +20,8 @@ RUN git clone --depth 1 -b 14.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom
|
|||||||
WORKDIR /opt/odoo
|
WORKDIR /opt/odoo
|
||||||
|
|
||||||
# Addons dependencies
|
# Addons dependencies
|
||||||
RUN .local/bin/pip3 install --no-cache-dir --user git+https://github.com/OCA/openupgradelib.git@3.3.2
|
RUN pip3 install --user --no-cache-dir setuptools-scm==7.1.0 && \
|
||||||
|
pip3 install --no-cache-dir --user git+https://github.com/OCA/openupgradelib.git@3.3.2
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
COPY i18n-import.sh upd.sh /opt/odoo/
|
COPY i18n-import.sh upd.sh /opt/odoo/
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
FROM registry.yaltik.net/odoo:yaltik14
|
FROM registry.yaltik.net/odoo:yaltik14
|
||||||
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
||||||
|
|
||||||
RUN pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0 && \
|
RUN pip3 install --user --no-cache-dir setuptools-scm==7.1.0 && \
|
||||||
|
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0 && \
|
||||||
git clone --depth 1 -b 14.0 https://github.com/OCA/OpenUpgrade /opt/odoo/extra-addons/openupgrade
|
git clone --depth 1 -b 14.0 https://github.com/OCA/OpenUpgrade /opt/odoo/extra-addons/openupgrade
|
||||||
|
Loading…
Reference in New Issue
Block a user