@@ -977,60 +977,60 @@ odoo-helper test bureaucrat_knowledge
977
977
odoo-helper db drop odoo16-odoo-test;
978
978
979
979
980
- echo -e " ${YELLOWC}
981
- =================================
982
- Install and check Odoo 17.0 (Py3)
983
- =================================
984
- ${NC} "
980
+ # echo -e "${YELLOWC}
981
+ # =================================
982
+ # Install and check Odoo 17.0 (Py3)
983
+ # =================================
984
+ # ${NC}"
985
985
986
- cd ../;
986
+ # cd ../;
987
987
988
- # Remove odoo 17
989
- # this is needed to bypass gitlab.com limitation of disk space for CI jobs
990
- rm -rf ./odoo-16.0
988
+ # # Remove odoo 17
989
+ # # this is needed to bypass gitlab.com limitation of disk space for CI jobs
990
+ # rm -rf ./odoo-16.0
991
991
992
- # Install odoo 16
993
- odoo-helper install sys-deps -y 17.0;
992
+ # # Install odoo 17
993
+ # odoo-helper install sys-deps -y 17.0;
994
994
995
- odoo-install --install-dir odoo-17.0 --odoo-version 17.0 \
996
- --http-port 8569 --http-host local-odoo-16 \
997
- --db-user odoo16 --db-pass odoo --create-db-user \
998
- --build-python-if-needed
995
+ # odoo-install --install-dir odoo-17.0 --odoo-version 17.0 \
996
+ # --http-port 8569 --http-host local-odoo-16 \
997
+ # --db-user odoo16 --db-pass odoo --create-db-user \
998
+ # --build-python-if-needed
999
999
1000
- cd odoo-17.0;
1000
+ # cd odoo-17.0;
1001
1001
1002
- # Install py-tools and js-tools
1003
- odoo-helper install py-tools;
1004
- odoo-helper install js-tools;
1002
+ # # Install py-tools and js-tools
1003
+ # odoo-helper install py-tools;
1004
+ # odoo-helper install js-tools;
1005
1005
1006
- odoo-helper server run --stop-after-init; # test that it runs
1006
+ # odoo-helper server run --stop-after-init; # test that it runs
1007
1007
1008
- # Show project status
1009
- odoo-helper status;
1010
- odoo-helper server status;
1011
- odoo-helper start;
1012
- odoo-helper ps;
1013
- odoo-helper status;
1014
- odoo-helper server status;
1015
- odoo-helper stop;
1008
+ # # Show project status
1009
+ # odoo-helper status;
1010
+ # odoo-helper server status;
1011
+ # odoo-helper start;
1012
+ # odoo-helper ps;
1013
+ # odoo-helper status;
1014
+ # odoo-helper server status;
1015
+ # odoo-helper stop;
1016
1016
1017
- # Show complete odoo-helper status
1018
- odoo-helper status --tools-versions --ci-tools-versions;
1017
+ # # Show complete odoo-helper status
1018
+ # odoo-helper status --tools-versions --ci-tools-versions;
1019
1019
1020
- # Database management
1021
- odoo-helper db create --tdb --lang en_US;
1020
+ # # Database management
1021
+ # odoo-helper db create --tdb --lang en_US;
1022
1022
1023
- odoo-helper addons update-list --tdb;
1024
- odoo-helper addons install --tdb --module crm;
1025
- odoo-helper addons test-installed crm;
1023
+ # odoo-helper addons update-list --tdb;
1024
+ # odoo-helper addons install --tdb --module crm;
1025
+ # odoo-helper addons test-installed crm;
1026
1026
1027
- odoo-helper lsd; # List databases
1027
+ # odoo-helper lsd; # List databases
1028
1028
1029
- # # Install addon website via 'odoo-helper install'
1030
- odoo-helper install website;
1029
+ # ## Install addon website via 'odoo-helper install'
1030
+ # odoo-helper install website;
1031
1031
1032
- # Drop created databases
1033
- odoo-helper db drop odoo17-odoo-test;
1032
+ # # Drop created databases
1033
+ # odoo-helper db drop odoo17-odoo-test;
1034
1034
1035
1035
1036
1036
echo -e " ${YELLOWC}
0 commit comments