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