Skip to content

Commit

Permalink
Install click-odoo from acsone/click-odoo-contrib#93 to fix DB hash
Browse files Browse the repository at this point in the history
(cherry picked from commit 59264de)
  • Loading branch information
joao-p-marques authored and IJOL committed Sep 25, 2023
1 parent e4af6c4 commit 4e51f39
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 11.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ RUN gem install --no-rdoc --no-ri --no-update-sources autoprefixer-rails --versi
WORKDIR /opt/odoo
RUN pip install \
astor \
click-odoo-contrib \
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
git-aggregator \
"pg_activity<=2.0.3" \
plumbum \
Expand Down
3 changes: 2 additions & 1 deletion 12.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ RUN ln -s /usr/bin/nodejs /usr/local/bin/node \
WORKDIR /opt/odoo
RUN pip install \
astor \
click-odoo-contrib \
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
git-aggregator \
"pg_activity<=2.0.3" \
plumbum \
Expand Down
3 changes: 2 additions & 1 deletion 13.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ RUN build_deps=" \
'websocket-client~=0.56' \
astor \
git-aggregator \
click-odoo-contrib \
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
"pg_activity<=2.0.3" \
phonenumbers \
plumbum \
Expand Down
3 changes: 2 additions & 1 deletion 14.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ RUN build_deps=" \
-r https://raw.githubusercontent.com/$ODOO_SOURCE/$ODOO_VERSION/requirements.txt \
'websocket-client~=0.56' \
astor \
click-odoo-contrib \
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
debugpy \
geoip2 \
git-aggregator \
Expand Down

0 comments on commit 4e51f39

Please sign in to comment.