download.odoocdn.com
Open in
urlscan Pro
2606:4700:3030::ac43:8c9d
Public Scan
Submitted URL: http://download.odoocdn.com/
Effective URL: https://download.odoocdn.com/
Submission: On October 27 via api from DE — Scanned from DE
Effective URL: https://download.odoocdn.com/
Submission: On October 27 via api from DE — Scanned from DE
Form analysis
0 forms found in the DOMText Content
ODOO NIGHTLY BUILDS BUILDS Every night, a new set of packages is generated for the branches listed below. This set consists of deb and rpm packages for Debian and RedHat distributions, an exe package for Windows and a source package. 18 (STABLE) - COMMUNITY EDITION Odoo 18 was released in October 2024 and is supported until Odoo 21 - the recommended version. 17 (STABLE) - COMMUNITY EDITION Odoo 17 was released in November 2023 and is supported until Odoo 20 16 (STABLE) - COMMUNITY EDITION Odoo 16 was released in October 2022 and is supported until Odoo 19 MASTER (DEV) - COMMUNITY EDITION This branch contains experimental features - for testing only. Check out our installation and system configuration guides. DOCKER IMAGE For those who enjoy the Docker project, officials docker images for Odoo 14, 15 and 16 are provided on Docker Hub. They are not nightly builds per se, but we keep these images updated on a regular basis. BUILD SCRIPTS * master * 18.0 * 17.0 * 16.0 * 15.0 * 14.0 * 13.0 * 12.0 * 11.0 * 10.0 * 9.0 * 8.0 * 7.0 * 6.1 OLD RELEASES * 15.0 * 14.0 * 13.0 * 12.0 * 11.0 * 10.0 * 9.0 * 8.0 * 7.0 * 6.1 * 6.0 * 5.0 * 4.x * 3.x ISSUES For any issues concerning the nightly builds and/or the nightly repositories, don't hesitate to write us on Github. NIGHTLY REPOSITORIES To benefit from the best experience of our nightlies, you should use our repositories. They are available for Debian (and similar distributions like Ubuntu) and RedHat distributions (esp. Centos and Fedora). Using an Odoo nightly repository, you will be able to install and upgrade Odoo with the help of your traditional package manager (apt or yum). If you plan to run the PostgreSQL cluster on the same host than the Odoo one, install PostgreSQL before. This way, Odoo will be able to create and configure its user. SETUP OF THE DEBIAN NIGHTLY REPOSITORY DETAILS wget -O - https://nightly.odoo.com/odoo.key | sudo gpg --dearmor -o /usr/share/keyrings/odoo-archive-keyring.gpg echo 'deb [signed-by=/usr/share/keyrings/odoo-archive-keyring.gpg] https://nightly.odoo.com/16.0/nightly/deb/ ./' | sudo tee /etc/apt/sources.list.d/odoo.list sudo apt-get update && sudo apt-get install odoo SETUP OF THE FEDORA NIGHTLY REPOSITORY DETAILS sudo dnf config-manager --add-repo=https://nightly.odoo.com/17.0/nightly/rpm/odoo.repo sudo dnf install -y odoo sudo systemctl enable odoo sudo systemctl start odoo SIGNATURE Odoo public key is hosted on our server and on pgp.mit.edu.