We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c4ebd commit 8f956a8Copy full SHA for 8f956a8
.devcontainer/on-create.sh
@@ -13,6 +13,7 @@ gitaggregate -c repos-dev.yaml
13
pip install --no-cache-dir -r .repos/odoo/requirements.txt
14
pip install --no-cache-dir -r requirements.txt
15
pip install -e .repos/odoo
16
+pip install click-odoo-contrib
17
18
# Install pre-commit hooks
19
pre-commit install
0 commit comments