Skip to content

Commit bcbd948

Browse files
committed
add: click-odoo
1 parent ab2083c commit bcbd948

16 files changed

Lines changed: 16 additions & 9 deletions

10.0.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN set -eux; \
126126
"$PYTHON_SYSTEM_BIN_NAME" -m venv /home/odoo/.venv; \
127127
. .venv/bin/activate; \
128128
pip install --no-cache-dir --upgrade pip; \
129-
pip install --no-cache-dir click-odoo-contrib git-aggregator pyyaml psycopg2; \
129+
pip install --no-cache-dir click-odoo click-odoo-contrib git-aggregator pyyaml psycopg2; \
130130
pip cache purge; \
131131
deactivate;
132132

11.0.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ RUN set -eux; \
129129
"$PYTHON_SYSTEM_BIN_NAME" -m venv /home/odoo/.venv; \
130130
. .venv/bin/activate; \
131131
pip install --no-cache-dir --upgrade pip; \
132-
pip install --no-cache-dir click-odoo-contrib git-aggregator pyyaml psycopg2; \
132+
pip install --no-cache-dir click-odoo click-odoo-contrib git-aggregator pyyaml psycopg2; \
133133
pip cache purge; \
134134
deactivate;
135135

12.0.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN set -eux; \
127127
"$PYTHON_SYSTEM_BIN_NAME" -m venv /home/odoo/.venv; \
128128
. .venv/bin/activate; \
129129
pip install --no-cache-dir --upgrade pip; \
130-
pip install --no-cache-dir click-odoo-contrib git-aggregator pyyaml psycopg2; \
130+
pip install --no-cache-dir click-odoo click-odoo-contrib git-aggregator pyyaml psycopg2; \
131131
pip cache purge; \
132132
deactivate;
133133

13.0.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN set -eux; \
126126
"$PYTHON_SYSTEM_BIN_NAME" -m venv /home/odoo/.venv; \
127127
. .venv/bin/activate; \
128128
pip install --no-cache-dir --upgrade pip; \
129-
pip install --no-cache-dir click-odoo-contrib git-aggregator pyyaml psycopg2; \
129+
pip install --no-cache-dir click-odoo click-odoo-contrib git-aggregator pyyaml psycopg2; \
130130
pip cache purge; \
131131
deactivate;
132132

14.0.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ RUN --mount=type=cache,target=/home/odoo/.uv-cache,sharing=locked \
120120

121121
# Install System UV & Extra tools
122122
RUN set -eux; \
123+
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo; \
123124
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo-contrib; \
124125
uv tool install --python "${SYSTEM_PYTHON_VERSION}" git-aggregator; \
125126
uv venv --python "${SYSTEM_PYTHON_VERSION}"; \

15.0.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ RUN --mount=type=cache,target=/home/odoo/.uv-cache,sharing=locked \
120120

121121
# Install System UV & Extra tools
122122
RUN set -eux; \
123+
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo; \
123124
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo-contrib; \
124125
uv tool install --python "${SYSTEM_PYTHON_VERSION}" git-aggregator; \
125126
uv venv --python "${SYSTEM_PYTHON_VERSION}"; \

16.0.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ RUN --mount=type=cache,target=/home/odoo/.uv-cache,sharing=locked \
120120

121121
# Install System UV & Extra tools
122122
RUN set -eux; \
123+
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo; \
123124
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo-contrib; \
124125
uv tool install --python "${SYSTEM_PYTHON_VERSION}" git-aggregator; \
125126
uv venv --python "${SYSTEM_PYTHON_VERSION}"; \

17.0.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ RUN --mount=type=cache,target=/home/odoo/.uv-cache,sharing=locked \
120120

121121
# Install System UV & Extra tools
122122
RUN set -eux; \
123+
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo; \
123124
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo-contrib; \
124125
uv tool install --python "${SYSTEM_PYTHON_VERSION}" git-aggregator; \
125126
uv venv --python "${SYSTEM_PYTHON_VERSION}"; \

18.0.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ RUN --mount=type=cache,target=/home/odoo/.uv-cache,sharing=locked \
120120

121121
# Install System UV & Extra tools
122122
RUN set -eux; \
123+
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo; \
123124
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo-contrib; \
124125
uv tool install --python "${SYSTEM_PYTHON_VERSION}" git-aggregator; \
125126
uv venv --python "${SYSTEM_PYTHON_VERSION}"; \

19.0.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ RUN --mount=type=cache,target=/home/odoo/.uv-cache,sharing=locked \
120120

121121
# Install System UV & Extra tools
122122
RUN set -eux; \
123+
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo; \
123124
uv tool install --python "${SYSTEM_PYTHON_VERSION}" click-odoo-contrib; \
124125
uv tool install --python "${SYSTEM_PYTHON_VERSION}" git-aggregator; \
125126
uv venv --python "${SYSTEM_PYTHON_VERSION}"; \

0 commit comments

Comments
 (0)