We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2853827 commit 2f50d14Copy full SHA for 2f50d14
tests/test.bash
@@ -993,7 +993,7 @@ rm -rf ./odoo-16.0
993
odoo-helper install sys-deps -y 17.0;
994
995
odoo-install --install-dir odoo-17.0 --odoo-version 17.0 \
996
- --http-port 8569 --http-host local-odoo-17 \
+ --http-port 17569 \
997
--db-user odoo17 --db-pass odoo --create-db-user \
998
--build-python-if-needed
999
@@ -1049,7 +1049,7 @@ rm -rf ./odoo-17.0
1049
odoo-helper install sys-deps -y 18.0;
1050
1051
odoo-install --install-dir odoo-18.0 --odoo-version 18.0 \
1052
- --http-port 8569 --http-host local-odoo-18 \
+ --http-port 18069 \
1053
--db-user odoo18 --db-pass odoo --create-db-user \
1054
1055
0 commit comments