From 9ac030a32ea25c89a5e0a1764af86ffa65de58ba Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 13 May 2025 11:15:10 +0200 Subject: [PATCH] Update odoo-install.sh --- install/odoo-install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/odoo-install.sh b/install/odoo-install.sh index 8d2ab15..d9845a7 100644 --- a/install/odoo-install.sh +++ b/install/odoo-install.sh @@ -47,14 +47,11 @@ chown -R odoo:odoo /opt/odoo msg_ok "Created user and directory" msg_info "Cloning Odoo Repository" -git clone --depth 1 --branch 17.0 https://github.com/odoo/odoo.git /opt/odoo/odoo +git clone --depth 1 --branch 18.0 https://github.com/odoo/odoo.git /opt/odoo/odoo chown -R odoo:odoo /opt/odoo/odoo msg_ok "Cloned Odoo Repository" setup_uv -$STD uv venv /opt/paperless/.venv -source /opt/paperless/.venv/bin/activate -$STD msg_info "Creating Python Virtual Environment" uv venv /opt/odoo/.venv