Odoo安装部署资源
ODOO 13 本地体验版
Windows一键部署本地体验安装包 (正式生产环境推荐:Ubuntu server 18.04)
点击下载百度网盘,访问密码:5xyr
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.
13 (stable) - Community Edition
Odoo 13 was released in October 2019 and is supported until Odoo 16 - the recommended version.
12 (stable) - Community Edition
Odoo 12 was released in October 2018 and is supported until Odoo 15
11 (stable) - Community Edition
Odoo 11 was released in October 2017 and is supported until Odoo 14
master (dev) - Community Edition
This branch contains experimental features - for testing only.
Check out our installation and deployment guides.
Docker image
For those who enjoy the Docker project, officials docker images for Odoo 8, 9 and 10 are provided on Docker Hub. They are not nightly builds per se, but we keep these images updated on a regular basis.
Build scripts
Old releases
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 | apt-key add - echo "deb http://nightly.odoo.com/11.0/nightly/deb/ ./" >> /etc/apt/sources.list apt-get update && apt-get install odoo
Setup of the RedHat nightly repository details
yum-config-manager --add-repo=https://nightly.odoo.com/10.0/nightly/rpm/odoo.repo yum update && yum install odoo
Signature
Odoo public key is hosted on our server and on pgp.mit.edu.