Skip to content

Commit 73c901d

Browse files
committed
[IMP] supported_versions: release 17.0
closes #6309 X-original-commit: 2c805d9 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent cef26a9 commit 73c901d

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
# is populated. If a version is passed to `versions` but is not listed here, it will not be shown.
214214
versions_names = {
215215
'master': "Master",
216+
'17.0': "Odoo 17",
216217
'saas-16.4': "Odoo Online",
217218
'saas-16.3': "Odoo Online",
218219
'saas-16.2': "Odoo Online",
@@ -221,7 +222,6 @@
221222
'saas-15.2': "Odoo Online",
222223
'15.0': "Odoo 15",
223224
'14.0': "Odoo 14",
224-
'13.0': "Odoo 13",
225225
}
226226

227227
# The language names that should be shown in the language switcher, if the config option `languages`

content/administration/maintain/supported_versions.rst

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:hide-page-toc:
12

23
.. _supported_versions:
34

@@ -16,9 +17,6 @@ Odoo provides support and bug fixing **for the 3 last major versions** of Odoo.
1617
- Online versions are *not* released for Odoo.sh and On-Premise installations.
1718
- Online versions are listed below as *SaaS*.
1819

19-
What's the support status of my Odoo?
20-
=====================================
21-
2220
This matrix shows the support status of every version.
2321

2422
**Major releases are in bold type.**
@@ -33,6 +31,12 @@ This matrix shows the support status of every version.
3331
- On-Premise
3432
- Release date
3533
- End of support
34+
* - **Odoo 17.0**
35+
- |green|
36+
- |green|
37+
- |green|
38+
- November 2023
39+
- November 2026 (planned)
3640
* - Odoo saas~16.4
3741
- |green|
3842
- N/A
@@ -62,7 +66,7 @@ This matrix shows the support status of every version.
6266
- |green|
6367
- |green|
6468
- October 2022
65-
- October 2025 (planned)
69+
- November 2025 (planned)
6670
* - Odoo saas~15.2
6771
- |red|
6872
- N/A
@@ -80,29 +84,37 @@ This matrix shows the support status of every version.
8084
- |green|
8185
- |green|
8286
- October 2021
83-
- October 2024 (planned)
87+
- November 2024 (planned)
8488
* - **Odoo 14.0**
85-
- |green|
86-
- |green|
87-
- |green|
89+
- |red|
90+
- |red|
91+
- |red|
8892
- October 2020
89-
- November 2023 (planned)
93+
- November 2023
9094
* - **Odoo 13.0**
9195
- |red|
9296
- |red|
9397
- |red|
9498
- October 2019
9599
- October 2022
100+
* - Older versions
101+
- |red|
102+
- |red|
103+
- |red|
104+
- Before 2019
105+
- Before 2022
96106

97-
.. note::
107+
.. admonition:: Legend
98108

99109
|green| Supported version
100110

101111
|red| End-of-support
102112

103113
N/A Never released for this platform
104114

105-
🏁 Future version, not released yet
115+
.. important::
116+
Even though we don't support older versions, you can always `upgrade from any version
117+
<https://upgrade.odoo.com/>`_.
106118

107119
.. |green| raw:: html
108120

@@ -111,14 +123,3 @@ This matrix shows the support status of every version.
111123
.. |red| raw:: html
112124

113125
<span class="text-danger" style="font-size: 32px; line-height: 0.5">●</span>
114-
115-
I run an older version of Odoo/OpenERP/TinyERP
116-
==============================================
117-
118-
Odoo 12.0, 11.0, 10.0, 9.0, and 8.0 are not supported anymore, on any platform.
119-
120-
OpenERP 7.0, 6.1, 6.0 and 5.0 are not supported anymore, on any platform.
121-
122-
TinyERP 4.0, 3.0, 2.0 and 1.0 are not supported anymore, on any platform.
123-
124-
Even though we don't support older versions, you can always `upgrade from any version <https://upgrade.odoo.com/>`_.

0 commit comments

Comments
 (0)