odoo fucking 17

This commit is contained in:
Oliver
2025-10-10 17:03:29 -03:00
parent 7e05162ed9
commit ca2520727d
3 changed files with 123 additions and 0 deletions

View File

@@ -33,6 +33,13 @@ case "$SECOND_PART" in
003)
"$BIN_PATH/start/ODOO_19"
;;
004)
"$BIN_PATH/start/ODOO_17"
;;
*)
echo "Unknown UUID type: $SECOND_PART"
exit 2