Odoo: update 17.0-19.0 to release 20260803 - #21967
Merged
Merged
Conversation
Diff for 0866d97:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 549c941..5882b3d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,15 +1,15 @@
Maintainers: Christophe Monniez <moc@odoo.com> (@d-fence)
GitRepo: https://github.com/odoo/docker
-GitCommit: f7f6765354127c8ca31c373f51a840d9ec79149d
+GitCommit: fdaf247fa3c97f91f0804e69ac2877c689d64168
-Tags: 17.0-20260723, 17.0, 17
+Tags: 17.0-20260803, 17.0, 17
Architectures: amd64, arm64v8
Directory: 17.0
-Tags: 18.0-20260723, 18.0, 18
+Tags: 18.0-20260803, 18.0, 18
Architectures: amd64, arm64v8, ppc64le
Directory: 18.0
-Tags: 19.0-20260723, 19.0, 19, latest
+Tags: 19.0-20260803, 19.0, 19, latest
Architectures: amd64, arm64v8, ppc64le
Directory: 19.0
diff --git a/_bashbrew-list b/_bashbrew-list
index 13fe792..9f64819 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,10 +1,10 @@
odoo:17
odoo:17.0
-odoo:17.0-20260723
+odoo:17.0-20260803
odoo:18
odoo:18.0
-odoo:18.0-20260723
+odoo:18.0-20260803
odoo:19
odoo:19.0
-odoo:19.0-20260723
+odoo:19.0-20260803
odoo:latest
diff --git a/odoo_17/Dockerfile b/odoo_17/Dockerfile
index bfbefc1..ac86af8 100644
--- a/odoo_17/Dockerfile
+++ b/odoo_17/Dockerfile
@@ -74,8 +74,8 @@ RUN apt-get update && \
# Install Odoo
ENV ODOO_VERSION=17.0
-ARG ODOO_RELEASE=20260723
-ARG ODOO_SHA=5ff18afa5597d4ac5498d1ea788c0ea8d7b80ef4
+ARG ODOO_RELEASE=20260803
+ARG ODOO_SHA=b831f84ff1d0e79b2d55ee6d56c75b8fcb2bd3d9
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 \
diff --git a/odoo_18/Dockerfile b/odoo_18/Dockerfile
index bd56844..66a984f 100644
--- a/odoo_18/Dockerfile
+++ b/odoo_18/Dockerfile
@@ -73,8 +73,8 @@ RUN apt-get update && \
# Install Odoo
ENV ODOO_VERSION=18.0
-ARG ODOO_RELEASE=20260723
-ARG ODOO_SHA=01d1e7c6da2caa8f69424efaebfcf0f901996c7b
+ARG ODOO_RELEASE=20260803
+ARG ODOO_SHA=25ab944dc7af9959fc3cca6a27b7aeb9b769435b
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 \
diff --git a/odoo_latest/Dockerfile b/odoo_latest/Dockerfile
index 1fb0ece..734642a 100644
--- a/odoo_latest/Dockerfile
+++ b/odoo_latest/Dockerfile
@@ -73,8 +73,8 @@ RUN apt-get update && \
# Install Odoo
ENV ODOO_VERSION=19.0
-ARG ODOO_RELEASE=20260723
-ARG ODOO_SHA=b1da9c218d92fb4fcd85baae79b60ddcb4bf2118
+ARG ODOO_RELEASE=20260803
+ARG ODOO_SHA=e737003fe019e49079e2e83cea87040cf42e89b2
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 \Relevant Maintainers:
|
tianon
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
here are the latest updates of Odoo supported versions.
Thanks