Skip to content

Commit c217e00

Browse files
[FIX] Pip packeges installation according to OCA/oca-ci#93
1 parent bf26910 commit c217e00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.d/700-odoo-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ log INFO Installing Odoo from $src
77
# For development you could want to avoid installing Odoo to speed up build
88
if [ "$PIP_INSTALL_ODOO" == true ]; then
99
args="--no-cache-dir"
10-
pip install $args --editable $src
10+
pip install $args --editable $src --config-setting=editable_mode=compat
1111
else
1212
log WARNING Blindly symlinking odoo executable
1313
bin=$src/odoo-bin

0 commit comments

Comments
 (0)