Skip to content

Commit

Permalink
[FIX] click-odoo-contrib so out of date it doesnt understand 16.0
Browse files Browse the repository at this point in the history
[FIX] click-odoo-contrib patch not required for 15.0
  • Loading branch information
theangryangel committed Mar 14, 2023
1 parent 2bb6262 commit be18050
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 be18050

Please sign in to comment.