[IMP]Odoo v16 Yaltik EXT
This commit is contained in:
parent
6408123b37
commit
9c50f2c4f0
@ -1,16 +1,18 @@
|
||||
FROM registry.yaltik.net/odoo:yaltikbase16
|
||||
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
||||
|
||||
# External code
|
||||
# External code and usedfull PR
|
||||
WORKDIR /opt/odoo/extra-addons
|
||||
RUN git clone --depth 1 -b 16.0 https://github.com/OCA/community-data-files && \
|
||||
git clone --depth 1 -b 16.0 https://github.com/OCA/server-tools && \
|
||||
git clone --depth 1 -b 16.0 https://github.com/OCA/l10n-france && \
|
||||
git clone --depth 1 -b 16.0 https://github.com/OCA/queue && \
|
||||
git clone --depth 1 -b 16.0 https://github.com/OCA/partner-contact && \
|
||||
git clone --depth 1 -b 16.0 https://github.com/OCA/social && \
|
||||
git clone --depth 1 -b 16.0 https://github.com/OCA/server-brand && \
|
||||
git clone --depth 1 -b 16.0 https://github.com/OCA/web && \
|
||||
git clone --depth 1 -b 16.0 https://github.com/OCA/website
|
||||
git clone --depth 1 -b 16.0 https://github.com/OCA/website && \
|
||||
git clone --depth 1 -b 16.0 https://github.com/muk-it/muk_web
|
||||
|
||||
# Custom code
|
||||
WORKDIR /opt/odoo/custom-addons
|
||||
@ -19,7 +21,7 @@ RUN git clone --depth 1 -b 16.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom
|
||||
WORKDIR /opt/odoo
|
||||
|
||||
# Addons dependencies
|
||||
RUN .local/bin/pip3 install --user git+https://github.com/OCA/openupgradelib.git@3.3.4
|
||||
RUN .local/bin/pip3 install --user git+https://github.com/OCA/openupgradelib.git@3.3.4 astor==0.8.1 python-stdnum==1.18
|
||||
|
||||
# Scripts
|
||||
COPY i18n-import.sh upd.sh /opt/odoo/
|
||||
|
Loading…
Reference in New Issue
Block a user