There was an error while loading. Please reload this page.
1 parent bf26910 commit c217e00Copy full SHA for c217e00
1 file changed
build.d/700-odoo-install
@@ -7,7 +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 --editable $src
+ pip install $args --editable $src --config-setting=editable_mode=compat
11
else
12
log WARNING Blindly symlinking odoo executable
13
bin=$src/odoo-bin
0 commit comments