Skip to content

Commit

Permalink
Merge pull request #541 from GlodoUK/16.0-fix-click-odoo
Browse files Browse the repository at this point in the history
[FIX][16.0] click-odoo-contrib so out of date it doesnt understand 16.0
  • Loading branch information
pedrobaeza authored Mar 16, 2023
2 parents 2bb6262 + be18050 commit 1394de8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 15.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ RUN build_deps=" \
-r https://raw.githubusercontent.com/$ODOO_SOURCE/$ODOO_VERSION/requirements.txt \
'websocket-client~=0.56' \
astor \
# 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 \
click-odoo-contrib \
debugpy \
pydevd-odoo \
flanker[validator] \
Expand Down
3 changes: 1 addition & 2 deletions 16.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ RUN build_deps=" \
-r https://raw.githubusercontent.com/$ODOO_SOURCE/$ODOO_VERSION/requirements.txt \
'websocket-client~=0.56' \
astor \
# 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 \
click-odoo-contrib \
debugpy \
pydevd-odoo \
flanker[validator] \
Expand Down
2 changes: 2 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ def test_smallest(self):
ODOO_PREFIX + ("--init", "base"),
# Auto updater must work
("click-odoo-update",),
# Auto updater must work, ignoring core addons
("click-odoo-update", "--ignore-core-addons"),
# Needed tools exist
("curl", "--version"),
("git", "--version"),
Expand Down

0 comments on commit 1394de8

Please sign in to comment.