From c7d8e3ecba446e424b05fce5351e54b4acb5f45f Mon Sep 17 00:00:00 2001 From: StanvanHoorn Date: Sat, 30 Oct 2021 15:42:49 +0000 Subject: [PATCH] [FIX] install/maintain: update versions in "Installing Odoo" closes odoo/documentation#1242 Signed-off-by: Castillo Jonathan (jcs) --- content/administration/install/install.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/administration/install/install.rst b/content/administration/install/install.rst index 4c8e9de0b..94d9751ce 100644 --- a/content/administration/install/install.rst +++ b/content/administration/install/install.rst @@ -107,7 +107,7 @@ Linux Debian/Ubuntu ''''''''''''' -Odoo 13.0 'deb' package currently supports `Debian Buster`_, `Ubuntu 18.04`_ or above. +Odoo 15.0 'deb' package currently supports `Debian 11 (Bullseye)`_, `Ubuntu 20.04 (Focal)`_ or above. Prepare ^^^^^^^ @@ -134,7 +134,7 @@ used to install *Odoo Community Edition* by executing the following commands **a .. code-block:: console # wget -O - https://nightly.odoo.com/odoo.key | apt-key add - - # echo "deb http://nightly.odoo.com/13.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list + # echo "deb http://nightly.odoo.com/15.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list # apt-get update && apt-get install odoo You can then use the usual `apt-get upgrade` command to keep your installation up-to-date. @@ -180,7 +180,7 @@ and automatically start the server. Fedora '''''' -Odoo 13.0 'rpm' package supports Fedora 30. +Odoo 15.0 'rpm' package supports Fedora 34. Prepare ^^^^^^^ @@ -209,7 +209,7 @@ commands: .. code-block:: console - $ sudo dnf config-manager --add-repo=https://nightly.odoo.com/13.0/nightly/rpm/odoo.repo + $ sudo dnf config-manager --add-repo=https://nightly.odoo.com/15.0/nightly/rpm/odoo.repo $ sudo dnf install -y odoo $ sudo systemctl enable odoo $ sudo systemctl start odoo @@ -224,7 +224,7 @@ Once downloaded, the package can be installed using the 'dnf' package manager: .. code-block:: console - $ sudo dnf localinstall odoo_13.0.latest.noarch.rpm + $ sudo dnf localinstall odoo_15.0.latest.noarch.rpm $ sudo systemctl enable odoo $ sudo systemctl start odoo @@ -752,11 +752,11 @@ Docker The full documentation on how to use Odoo with Docker can be found on the official Odoo `docker image `_ page. -.. _Debian Buster: https://www.debian.org/releases/buster/ +.. _Debian 11 (Bullseye): https://www.debian.org/releases/bullseye/ .. _demo: https://demo.odoo.com .. _docker: https://www.docker.com .. _download: https://www.odoo.com/page/download -.. _Ubuntu 18.04: http://releases.ubuntu.com/18.04/ +.. _Ubuntu 20.04 (Focal): http://releases.ubuntu.com/20.04/ .. _EPEL: https://fedoraproject.org/wiki/EPEL .. _PostgreSQL: http://www.postgresql.org .. _the official installer: