Skip to content

Commit 8f956a8

Browse files
committed
Add click-odoo-contrib installation to devcontainer setup
1 parent 64c4ebd commit 8f956a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/on-create.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ gitaggregate -c repos-dev.yaml
1313
pip install --no-cache-dir -r .repos/odoo/requirements.txt
1414
pip install --no-cache-dir -r requirements.txt
1515
pip install -e .repos/odoo
16+
pip install click-odoo-contrib
1617

1718
# Install pre-commit hooks
1819
pre-commit install

0 commit comments

Comments
 (0)