Skip to content

Commit 755177c

Browse files
committed
[FIX] administration: update supported Ubuntu version
Update the packaged installers supported distributions. closes #15324 Signed-off-by: Pierre Paridans (app) <app@odoo.com>
1 parent bcec04a commit 755177c

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

content/administration/on_premise/packages.rst

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -97,42 +97,24 @@ be downloaded from the `Odoo download page <https://www.odoo.com/page/download>`
9797

9898
.. tabs::
9999

100-
.. group-tab:: Debian/Ubuntu
100+
.. group-tab:: Ubuntu
101101

102102
.. note::
103-
Odoo {CURRENT_MAJOR_VERSION} 'deb' package currently supports `Debian Bookworm (12)
104-
<https://www.debian.org/releases/bookworm/>`_ and `Ubuntu Jammy (22.04LTS)
105-
<https://releases.ubuntu.com/jammy>`_ or above.
103+
Odoo {CURRENT_MAJOR_VERSION} 'deb' package currently supports `Ubuntu Noble (24.04LTS)
104+
<https://releases.ubuntu.com/noble>`_.
106105

107106
Once downloaded, execute the following commands **as root** to install Odoo as a service,
108107
create the necessary PostgreSQL user, and automatically start the server:
109108

110109
.. code-block:: console
111110
112-
# dpkg -i <path_to_installation_package> # this probably fails with missing dependencies
113-
# apt-get install -f # should install the missing dependencies
114-
# dpkg -i <path_to_installation_package>
115-
116-
.. warning::
117-
- The `python3-xlwt` Debian package, needed to export into the XLS format, does not exist
118-
in Debian Buster nor Ubuntu 18.04. If needed, install it manually with the following:
119-
120-
.. code-block:: console
121-
122-
$ sudo pip3 install xlwt
123-
124-
- The `num2words` Python package - needed to render textual amounts - does not exist in
125-
Debian Buster nor Ubuntu 18.04, which could cause problems with the `l10n_mx_edi` module.
126-
If needed, install it manually with the following:
127-
128-
.. code-block:: console
129-
130-
$ sudo pip3 install num2words
111+
# apt update
112+
# apt install <path_to_installation_package>
131113
132114
.. group-tab:: Fedora
133115

134116
.. note::
135-
Odoo {CURRENT_MAJOR_VERSION} 'rpm' package supports Fedora 38.
117+
Odoo {CURRENT_MAJOR_VERSION} 'rpm' package supports Fedora 42.
136118

137119
Once downloaded, the package can be installed using the 'dnf' package manager:
138120

0 commit comments

Comments
 (0)