Odoo Installation Command Line | Install Odoo in Ubuntu

If you want to install Odoo of any kind of version either 10,11,12,13, 14, 15, 16 or 17 and searching Odoo Installation Command Line, then this blog is best for you. Lets start the blog!
Odoo Installation Command Line

Odoo 10 Installation Command Line in Ubuntu

sudo git clone https://www.github.com/odoo/odoo --depth 1 --branch 10.0 --single-branch

Odoo 11 Installation Command Line in Ubuntu

sudo git clone https://www.github.com/odoo/odoo --depth 1 --branch 11.0 --single-branch

Odoo 12 Installation Command Line in Ubuntu

sudo git clone https://www.github.com/odoo/odoo --depth 1 --branch 12.0 --single-branch

Odoo 13 Installation Command Line in Ubuntu

sudo git clone https://www.github.com/odoo/odoo --depth 1 --branch 13.0 --single-branch

Odoo 14 Installation Command Line in Ubuntu

sudo git clone https://www.github.com/odoo/odoo --depth 1 --branch 14.0 --single-branch

Odoo 15 Installation Command Line in Ubuntu

sudo git clone https://www.github.com/odoo/odoo --depth 1 --branch 15.0 --single-branch

Odoo 16 Installation Command Line in Ubuntu

sudo git clone https://www.github.com/odoo/odoo --depth 1 --branch 16.0 --single-branch

Odoo 17 Installation Command Line in Ubuntu

sudo git clone https://www.github.com/odoo/odoo --depth 1 --branch 17.0 --single-branch
Previous Post Next Post