From 30f55dfd72b1ac58d98274b42bea227b2730b229 Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Wed, 6 Apr 2022 13:22:40 +0000 Subject: [PATCH] [FIX] supported_versions: correct naming of recent saas~x versions Since 11.0, the naming scheme changed from `(x.)saas~y` to `saas~x.y`. closes odoo/documentation#1804 Signed-off-by: Antoine Vandevenne (anv) --- content/administration/maintain/supported_versions.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/administration/maintain/supported_versions.rst b/content/administration/maintain/supported_versions.rst index 552e21348..fa8cc052d 100644 --- a/content/administration/maintain/supported_versions.rst +++ b/content/administration/maintain/supported_versions.rst @@ -25,9 +25,9 @@ This matrix shows the support status of every version. +-----------------+-------------+----------+-------------+----------------+------------------------+ | | Odoo Online | Odoo.sh | On-Premise | Release date | End of support | +=================+=============+==========+=============+================+========================+ -| Odoo 15.saas~2 | |green| | N/A | N/A | March 2022 | | +| Odoo saas~15.2 | |green| | N/A | N/A | March 2022 | | +-----------------+-------------+----------+-------------+----------------+------------------------+ -| Odoo 15.saas~1 | |red| | N/A | N/A | February 2022 | | +| Odoo saas~15.1 | |red| | N/A | N/A | February 2022 | | +-----------------+-------------+----------+-------------+----------------+------------------------+ | **Odoo 15.0** | |green| | |green| | |green| | October 2021 | October 2024 (planned) | +-----------------+-------------+----------+-------------+----------------+------------------------+ @@ -35,11 +35,11 @@ This matrix shows the support status of every version. +-----------------+-------------+----------+-------------+----------------+------------------------+ | **Odoo 13.0** | |green| | |green| | |green| | October 2019 | October 2022 (planned) | +-----------------+-------------+----------+-------------+----------------+------------------------+ -| Odoo 12.saas~3 | |red| | N/A | N/A | August 2019 | | +| Odoo saas~12.3 | |red| | N/A | N/A | August 2019 | | +-----------------+-------------+----------+-------------+----------------+------------------------+ | **Odoo 12.0** | |red| | |red| | |red| | October 2018 | October 2021 | +-----------------+-------------+----------+-------------+----------------+------------------------+ -| Odoo 11.saas~3 | |red| | N/A | N/A | April 2018 | | +| Odoo saas~11.3 | |red| | N/A | N/A | April 2018 | | +-----------------+-------------+----------+-------------+----------------+------------------------+ | **Odoo 11.0** | |red| | |red| | |red| | October 2017 | October 2020 | +-----------------+-------------+----------+-------------+----------------+------------------------+