{"id":70012,"date":"2017-01-03T10:23:40","date_gmt":"2017-01-03T10:23:40","guid":{"rendered":"http:\/\/webkul.com\/blog\/?p=70012"},"modified":"2017-01-17T12:42:04","modified_gmt":"2017-01-17T12:42:04","slug":"installing-odoo-on-ubuntu","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/","title":{"rendered":"Installing Odoo on Ubuntu"},"content":{"rendered":"<p>Odoo: Odoo is a web-based opensource ERP software \u00a0which allows you to manage your business with ease. Odoo offers various business management applications such as Sales management, Project management, Human Resource Management, Point of Sales and the list goes on. But before you can access such useful apps you will have to get it installed on a web server or a system. Installing Odoo on Ubuntu can be sometimes complex for a newbie. This blog will guide you in installing Odoo on Ubuntu starting from Odoo 7 to the latest release of Odoo 10 on Ubuntu 14.04 and above.<\/p>\n<div class=\"panel panel-primary\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\"><i class=\"fa fa-mail-forward\"><\/i>Step 1: Getting your system ready for the installation<\/h3>\n<\/div>\n<div class=\"panel-body\">Make sure your server has all the latest versions &amp; patches. Update the repositories by following command:<br \/>\n<code>sudo apt-get update<\/code><\/p>\n<\/div>\n<\/div>\n<div class=\"panel panel-primary\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\"><i class=\"fa fa-mail-forward\"><\/i>Step 2: Creating an Odoo user<\/h3>\n<\/div>\n<div class=\"panel-body\">The next step is to create a system user which will own the application Odoo. It is not mandatory to create a new user, you can use your current system user as well. Although it is the recommended step to create a new user for Odoo. We can create a new user &#8220;odoo&#8221; and provide a home directory for it via command below.<br \/>\n<code>sudo adduser --system --home=\/opt\/odoo --group odoo<\/code><\/p>\n<\/div>\n<\/div>\n<div class=\"panel panel-primary\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\"><i class=\"fa fa-mail-forward\"><\/i>Step 3: Installing and Setting up\u00a0PostgreSQL<\/h3>\n<\/div>\n<div class=\"panel-body\">\n<p>Install PostgreSQl with:<\/p>\n<p><code>sudo apt-get install postgresql<\/code><\/p>\n<p>Once the PostgreSQL is installed, next we setup a new PostgreSQL user for our application. This user will be used for making all the database interaction form the Odoo.<\/p>\n<p><code>sudo su - postgres<\/code><\/p>\n<p><code>createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt odoo<\/code><\/p>\n<p>after running this command you will be asked for a password and then a confirmation of that<\/p>\n<p>Enter password for new role: *****<\/p>\n<p>Enter it again:*****<\/p>\n<p>Then finally exist the PostgreSQL by typing the command:<\/p>\n<p><code>exit<\/code><\/p>\n<\/div>\n<\/div>\n<div class=\"panel panel-primary\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\"><i class=\"fa fa-mail-forward\"><\/i>Step 4: Installing Python and other dependent libraries<\/h3>\n<\/div>\n<div class=\"panel-body\">\n<p>First installing the Python dependencies for Odoo:<\/p>\n<p><code>sudo apt-get install python-cups python-dateutil python-decorator python-docutils python-feedparser python-gdata python-geoip python-gevent python-imaging python-jinja2 python-ldap python-libxslt1 python-lxml python-mako python-mock python-openid python-passlib python-psutil python-psycopg2 python-pybabel python-pychart python-pydot python-pyparsing python-pypdf python-reportlab python-requests python-simplejson python-tz python-unicodecsv python-unittest2 python-vatnumber python-vobject python-werkzeug python-xlwt python-yaml python-setuptools python-babel python-reportlab-accel python-zsi python-openssl python-egenix-mxdatetime python-unittest2 python-mock python-docutils lptools make python-psutil python-paramiko poppler-utils python-pdftools antiword<\/code><\/p>\n<p>Next is to install\u00a0Less CSS via nodejs. we will start with installing npm:<\/p>\n<p><code>apt-get install -y npm<\/code><\/p>\n<p>In later debian (&gt;jessie) and ubuntu (&gt;14.04) we may need to add a symlink as npm packages call node but debian calls the binary nodejs<\/p>\n<p><code>sudo ln -s \/usr\/bin\/nodejs \/usr\/bin\/node<\/code><\/p>\n<p><code>sudo npm install -g less<\/code><\/p>\n<p><code>sudo apt-get install node-less<\/code><\/p>\n<p>Once all the packages are installed we are ready to proceed with installing Odoo server<\/p>\n<\/div>\n<\/div>\n<div class=\"panel panel-primary\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\"><i class=\"fa fa-mail-forward\"><\/i>Step 5 : Installing Odoo server from Odoo source hosted on Github<\/h3>\n<\/div>\n<div class=\"panel-body\">\n<p>Make sure you have GIT installed on your system and if not then install with the simple command:<\/p>\n<p><code>sudo apt-get install git<\/code><\/p>\n<p>After installing the the GIT we will clone the Odoo Source in the home directory of the odoo user we created earlier.<\/p>\n<p><code>sudo su - odoo -s \/bin\/bash<\/code><\/p>\n<p>While cloning the branch from github you can specify the branch you want to clone. For instance we are cloning Odoo 10 branch from the repository<\/p>\n<p><code>git clone https:\/\/www.github.com\/odoo\/odoo --depth 1 --branch 10.0 --single-branch .<\/code><\/p>\n<p>You can use the same command to install any previous versions as well just by changing the &#8211;branch 10.0 parameter to the odoo version you wish to install.<\/p>\n<p>This may take some time depending upon your internet connectivity. Once the branch is cloned exit the odoo user by typing command<\/p>\n<p><code>exit<\/code><\/p>\n<\/div>\n<\/div>\n<div class=\"panel panel-primary\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\"><i class=\"fa fa-mail-forward\"><\/i>Step 6: Installing Wkhtmltopdf<\/h3>\n<\/div>\n<div class=\"panel-body\">\n<p>Odoo uses wkhtmltopdf to convert the html reports into pdf format. But all the versions of wkhtmltopdf does not support odoo. Here is the process to install the supported version for a system with 64 bit architecture. First download the package for installation:<\/p>\n<p><code>wget http:\/\/download.gna.org\/wkhtmltopdf\/0.12\/0.12.1\/wkhtmltox-0.12.1_linux-trusty-amd64.deb<\/code><\/p>\n<p>Once the package is downloaded install it and copy the files accordingly:<\/p>\n<p><code>dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb<\/code><\/p>\n<p><code>sudo cp \/usr\/local\/bin\/wkhtmltopdf \/usr\/bin<\/code><br \/>\n<code>sudo cp \/usr\/local\/bin\/wkhtmltoimage \/usr\/bin<\/code><\/p>\n<\/div>\n<\/div>\n<div class=\"panel panel-primary\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\"><i class=\"fa fa-mail-forward\"><\/i>Step 7: Odoo Server configuration<\/h3>\n<\/div>\n<div class=\"panel-body\">\n<p>We have installed all the dependencies now and we are all set to configure the Odoo Server, For this we will first create the directory\u00a0for storing logs of Odoo server\u00a0and assigning proper ownership to\u00a0the directory:<\/p>\n<p><code>sudo mkdir \/var\/log\/odoo<\/code><\/p>\n<p><code>sudo chown odoo:root \/var\/log\/odoo<\/code><\/p>\n<p>Next is to create the configuration file for odoo server. Odoo application will use these configuration to run so fill in the configuration as per your requirements. We will first create a configuration file and specify\u00a0the configurations:<\/p>\n<p><code>sudo nano \/etc\/odoo-server.conf<\/code><\/p>\n<p>A sample configuration file looks like this:<\/p>\n<pre class=\"brush:powershell\">[options]\r\n; This is the password that allows database operations:\r\n; admin_passwd = admin\r\ndb_host = False\r\ndb_port = False\r\ndb_user = odoo\r\nlogfile = \/var\/log\/odoo\/odoo-server.log\r\naddons_path = \/opt\/odoo\/addons,\/opt\/odoo\/odoo\/addons<\/pre>\n<p>Once the configration file is create we will set the ownership rights<\/p>\n<p><code>sudo chown odoo: \/etc\/odoo-server.conf<\/code><br \/>\n<code>sudo chmod 640 \/etc\/odoo-server.conf<\/code><\/p>\n<p>Once the configuration is created last step is to create a boot script which we will use to start or stop the odoo server.<\/p>\n<p><code>sudo nano \/etc\/init.d\/odoo-server<\/code><\/p>\n<p>A script to start or stop Odoo is already available at path &#8220;\/opt\/odoo\/debian\/init&#8221; but since we have installed the odoo at path \/opt\/odoo we need to make some minor changes in this script file for the parameter &#8220;DAEMON&#8221;<\/p>\n<p>Here is how the file will look like after the modification.<\/p>\n<pre class=\"brush:powershell\">#!\/bin\/sh\r\n\r\n### BEGIN INIT INFO\r\n# Provides:             odoo-server\r\n# Required-Start:       $remote_fs $syslog\r\n# Required-Stop:        $remote_fs $syslog\r\n# Should-Start:         $network\r\n# Should-Stop:          $network\r\n# Default-Start:        2 3 4 5\r\n# Default-Stop:         0 1 6\r\n### END INIT INFO\r\n\r\nPATH=\/bin:\/sbin:\/usr\/bin\r\nDAEMON=\/opt\/odoo\/odoo-bin\r\nNAME=odoo-server\r\nDESC=odoo-server\r\nUSER=odoo\r\nCONFIGFILE=\"\/etc\/odoo-server.conf\"\r\nPIDFILE=\/var\/run\/$NAME.pid\r\n\r\n# Additional options that are passed to the Daemon.\r\nDAEMON_OPTS=\"-c $CONFIGFILE\"\r\n\r\n[ -x $DAEMON ] || exit 0\r\n[ -f $CONFIGFILE ] || exit 0\r\n\r\ncheckpid() {\r\n    [ -f $PIDFILE ] || return 1\r\n    pid=`cat $PIDFILE`\r\n    [ -d \/proc\/$pid ] &amp;&amp; return 0\r\n    return 1\r\n}\r\n\r\ncase \"${1}\" in\r\n        start)\r\n                echo -n \"Starting ${DESC}: \"\r\n\r\n                start-stop-daemon --start --quiet --pidfile ${PIDFILE} \\\r\n                        --chuid ${USER} --background --make-pidfile \\\r\n                        --exec ${DAEMON} -- ${DAEMON_OPTS}\r\n\r\n                echo \"${NAME}.\"\r\n                ;;\r\n\r\n        stop)\r\n                echo -n \"Stopping ${DESC}: \"\r\n\r\n                start-stop-daemon --stop --quiet --pidfile ${PIDFILE} \\\r\n                        --oknodo\r\n\r\n                echo \"${NAME}.\"\r\n                ;;\r\n\r\n        restart|force-reload)\r\n                echo -n \"Restarting ${DESC}: \"\r\n\r\n                start-stop-daemon --stop --quiet --pidfile ${PIDFILE} \\\r\n                        --oknodo\r\n      \r\n                sleep 1\r\n\r\n                start-stop-daemon --start --quiet --pidfile ${PIDFILE} \\\r\n                        --chuid ${USER} --background --make-pidfile \\\r\n                        --exec ${DAEMON} -- ${DAEMON_OPTS}\r\n\r\n                echo \"${NAME}.\"\r\n                ;;\r\n\r\n        *)\r\n                N=\/etc\/init.d\/${NAME}\r\n                echo \"Usage: ${NAME} {start|stop|restart|force-reload}\" &gt;&amp;2\r\n                exit 1\r\n                ;;\r\nesac\r\n\r\nexit 0<\/pre>\n<p>Now we need to change the ownership and make this script executable<\/p>\n<p><code>sudo chmod 755 \/etc\/init.d\/odoo-server<\/code><br \/>\n<code>sudo chown root: \/etc\/init.d\/odoo-server<\/code><\/p>\n<\/div>\n<\/div>\n<p>We are all done now. we can start the odoo server and test if it works. To start the odoo server type in the command:<\/p>\n<p><code>sudo \/etc\/init.d\/odoo-server start<\/code><\/p>\n<p>Odoo is now accessible at http:\/\/localhost:8069. Port 8069 is the default port for Odoo, it will depend upon configurations you have made.<\/p>\n<p>Cheers! You have now successfully installed the Odoo now enjoy cool business apps as per\u00a0your need to make your business operation smoother&#8230;..<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Odoo: Odoo is a web-based opensource ERP software \u00a0which allows you to manage your business with ease. Odoo offers various business management applications such as Sales management, Project management, Human Resource Management, Point of Sales and the list goes on. But before you can access such useful apps you will have to get it installed <a href=\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":27,"featured_media":70327,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2007,166,10],"tags":[4344,4343,4280,3187,4281,4282],"class_list":["post-70012","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-odoo","category-openerp","category-ubuntu","tag-install-odoo","tag-install-odoo-on-ubuntu","tag-odoo-10","tag-odoo-9","tag-odoo-installation","tag-odoo-installation-on-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Installing Odoo on Ubuntu<\/title>\n<meta name=\"description\" content=\"Installing Odoo on Ubuntu. Odoo is a web based business application which allows you to manage your business. Install latest version of Odoo with ease.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installing Odoo on Ubuntu\" \/>\n<meta property=\"og:description\" content=\"Installing Odoo on Ubuntu. Odoo is a web based business application which allows you to manage your business. Install latest version of Odoo with ease.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:author\" content=\"http:\/\/facebook.com\/webkul\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-03T10:23:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-01-17T12:42:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/01\/installing-Odoo-on-Ubuntu.png\" \/>\n\t<meta property=\"og:image:width\" content=\"825\" \/>\n\t<meta property=\"og:image:height\" content=\"260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Shyam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shyam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/\"},\"author\":{\"name\":\"Shyam\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/2e1261f1e5f7d7cc68998cac7271cf7d\"},\"headline\":\"Installing Odoo on Ubuntu\",\"datePublished\":\"2017-01-03T10:23:40+00:00\",\"dateModified\":\"2017-01-17T12:42:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/\"},\"wordCount\":773,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/01\/installing-Odoo-on-Ubuntu.png\",\"keywords\":[\"install Odoo\",\"install odoo on ubuntu\",\"odoo 10\",\"Odoo 9\",\"Odoo Installation\",\"Odoo installation on ubuntu\"],\"articleSection\":[\"Odoo\",\"OpenERP\",\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/\",\"url\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/\",\"name\":\"Installing Odoo on Ubuntu\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/01\/installing-Odoo-on-Ubuntu.png\",\"datePublished\":\"2017-01-03T10:23:40+00:00\",\"dateModified\":\"2017-01-17T12:42:04+00:00\",\"description\":\"Installing Odoo on Ubuntu. Odoo is a web based business application which allows you to manage your business. Install latest version of Odoo with ease.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/01\/installing-Odoo-on-Ubuntu.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/01\/installing-Odoo-on-Ubuntu.png\",\"width\":825,\"height\":260,\"caption\":\"installing Odoo on Ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing Odoo on Ubuntu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/2e1261f1e5f7d7cc68998cac7271cf7d\",\"name\":\"Shyam\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ac25825cbdcf380917eb3725a48e66a7d42c174a4e4cf8d04028dec22dd7a909?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ac25825cbdcf380917eb3725a48e66a7d42c174a4e4cf8d04028dec22dd7a909?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Shyam\"},\"sameAs\":[\"http:\/\/webkul.com\",\"http:\/\/facebook.com\/webkul\",\"https:\/\/x.com\/webkul\"],\"url\":\"https:\/\/webkul.com\/blog\/author\/shyam\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installing Odoo on Ubuntu","description":"Installing Odoo on Ubuntu. Odoo is a web based business application which allows you to manage your business. Install latest version of Odoo with ease.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"Installing Odoo on Ubuntu","og_description":"Installing Odoo on Ubuntu. Odoo is a web based business application which allows you to manage your business. Install latest version of Odoo with ease.","og_url":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_author":"http:\/\/facebook.com\/webkul","article_published_time":"2017-01-03T10:23:40+00:00","article_modified_time":"2017-01-17T12:42:04+00:00","og_image":[{"width":825,"height":260,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/01\/installing-Odoo-on-Ubuntu.png","type":"image\/png"}],"author":"Shyam","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Shyam","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/"},"author":{"name":"Shyam","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/2e1261f1e5f7d7cc68998cac7271cf7d"},"headline":"Installing Odoo on Ubuntu","datePublished":"2017-01-03T10:23:40+00:00","dateModified":"2017-01-17T12:42:04+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/"},"wordCount":773,"commentCount":2,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/01\/installing-Odoo-on-Ubuntu.png","keywords":["install Odoo","install odoo on ubuntu","odoo 10","Odoo 9","Odoo Installation","Odoo installation on ubuntu"],"articleSection":["Odoo","OpenERP","Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/","url":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/","name":"Installing Odoo on Ubuntu","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/01\/installing-Odoo-on-Ubuntu.png","datePublished":"2017-01-03T10:23:40+00:00","dateModified":"2017-01-17T12:42:04+00:00","description":"Installing Odoo on Ubuntu. Odoo is a web based business application which allows you to manage your business. Install latest version of Odoo with ease.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/01\/installing-Odoo-on-Ubuntu.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2017\/01\/installing-Odoo-on-Ubuntu.png","width":825,"height":260,"caption":"installing Odoo on Ubuntu"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/installing-odoo-on-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Installing Odoo on Ubuntu"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/2e1261f1e5f7d7cc68998cac7271cf7d","name":"Shyam","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ac25825cbdcf380917eb3725a48e66a7d42c174a4e4cf8d04028dec22dd7a909?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ac25825cbdcf380917eb3725a48e66a7d42c174a4e4cf8d04028dec22dd7a909?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Shyam"},"sameAs":["http:\/\/webkul.com","http:\/\/facebook.com\/webkul","https:\/\/x.com\/webkul"],"url":"https:\/\/webkul.com\/blog\/author\/shyam\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/70012","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=70012"}],"version-history":[{"count":16,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/70012\/revisions"}],"predecessor-version":[{"id":70658,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/70012\/revisions\/70658"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media\/70327"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=70012"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=70012"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=70012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}