[REF] Odoo 16.0-18.0: update to release 20250320

pull/545/head
Christophe Monniez 2025-03-20 12:33:43 +01:00
parent 768a1e5da8
commit 7f951108da
3 changed files with 6 additions and 6 deletions

View File

@ -69,8 +69,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 16.0
ARG ODOO_RELEASE=20250311
ARG ODOO_SHA=438bd032c85e128dacb6c17e8bfcd694edf4305b
ARG ODOO_RELEASE=20250320
ARG ODOO_SHA=afeb7a27c193173e499ad6c9e7d6c391e53b7834
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
&& apt-get update \

View File

@ -71,8 +71,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 17.0
ARG ODOO_RELEASE=20250311
ARG ODOO_SHA=13db9f16b7047720ecb803ad8312500fb4e044d1
ARG ODOO_RELEASE=20250320
ARG ODOO_SHA=c427512d5be13d9f7de37564f291b96edc556919
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
&& apt-get update \

View File

@ -71,8 +71,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 18.0
ARG ODOO_RELEASE=20250311
ARG ODOO_SHA=de629e8416caca2475aa59cf73049fc89bf5ea5b
ARG ODOO_RELEASE=20250320
ARG ODOO_SHA=f2b9056ce21821292062f3d753dc38dacc3afe4d
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
&& apt-get update \