There was an error while loading. Please reload this page.
2 parents 6c6da93 + bd23674 commit bf26910Copy full SHA for bf26910
1 file changed
build.d/700-odoo-install
@@ -7,8 +7,7 @@ log INFO Installing Odoo from $src
7
# For development you could want to avoid installing Odoo to speed up build
8
if [ "$PIP_INSTALL_ODOO" == true ]; then
9
args="--no-cache-dir"
10
- pip install $args psycopg2-binary
11
- pip install $args --editable $src --config-setting=editable_mode=compat
+ pip install $args --editable $src
12
else
13
log WARNING Blindly symlinking odoo executable
14
bin=$src/odoo-bin
0 commit comments