From cd549cb386832f7d4f1cf72fde150d6c881080c0 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Tue, 11 Oct 2022 15:19:43 +0000 Subject: [PATCH] [IMP] supported_version: release 16.0 and deprecate 13.0 closes odoo/documentation#2814 X-original-commit: 3c61d24b1dc6ece22c26e4682b9a2909c7120f01 Signed-off-by: Antoine Vandevenne (anv) --- conf.py | 2 ++ content/administration/maintain/supported_versions.rst | 4 +++- redirects/{saas-15.4.txt => saas-16.1.txt} | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename redirects/{saas-15.4.txt => saas-16.1.txt} (100%) diff --git a/conf.py b/conf.py index 64db5a012..967383e2f 100644 --- a/conf.py +++ b/conf.py @@ -187,6 +187,8 @@ sphinx.transforms.i18n.docname_to_domain = ( # is populated. If a version is passed to `versions` but is not listed here, it will not be shown. versions_names = { 'master': "Master", + '16.0': "Odoo 16", + 'saas-15.3': "Odoo Online", 'saas-15.2': "Odoo Online", '15.0': "Odoo 15", '14.0': "Odoo 14", diff --git a/content/administration/maintain/supported_versions.rst b/content/administration/maintain/supported_versions.rst index 400e74f93..ed11f79ae 100644 --- a/content/administration/maintain/supported_versions.rst +++ b/content/administration/maintain/supported_versions.rst @@ -25,6 +25,8 @@ This matrix shows the support status of every version. +-----------------+-------------+----------+-------------+----------------+------------------------+ | | Odoo Online | Odoo.sh | On-Premise | Release date | End of support | +=================+=============+==========+=============+================+========================+ +| **Odoo 16.0** | |green| | |green| | |green| | October 2022 | October 2025 (planned) | ++-----------------+-------------+----------+-------------+----------------+------------------------+ | Odoo saas~15.2 | |green| | N/A | N/A | March 2022 | | +-----------------+-------------+----------+-------------+----------------+------------------------+ | Odoo saas~15.1 | |red| | N/A | N/A | February 2022 | | @@ -33,7 +35,7 @@ This matrix shows the support status of every version. +-----------------+-------------+----------+-------------+----------------+------------------------+ | **Odoo 14.0** | |green| | |green| | |green| | October 2020 | October 2023 (planned) | +-----------------+-------------+----------+-------------+----------------+------------------------+ -| **Odoo 13.0** | |green| | |green| | |green| | October 2019 | October 2022 (planned) | +| **Odoo 13.0** | |red| | |red| | |red| | October 2019 | October 2022 | +-----------------+-------------+----------+-------------+----------------+------------------------+ | Odoo saas~12.3 | |red| | N/A | N/A | August 2019 | | +-----------------+-------------+----------+-------------+----------------+------------------------+ diff --git a/redirects/saas-15.4.txt b/redirects/saas-16.1.txt similarity index 100% rename from redirects/saas-15.4.txt rename to redirects/saas-16.1.txt