How to Speed up Odoo

How to Speed Up Odoo

Odoo is the most popular ERP (Enterprise Resource Planning) software, written in Python and uses PostgreSQL as database back-end. The Odoo community edition is a free and open source software which includes project management, manufacturing, accounting, billing and sales management, warehouse management, human resources and more. There are about 30 core modules and more than 3000 community modules. Odoo is a complex software, and deploying a number of modules, having huge data inside the database etc. could induce a slowdown. The two major Odoo bottlenecks are disk access and database query time. In this tutorial we will show you how how to speed up Odoo.

Read More

Install Odoo 10 on CentOS 7

Install Odoo 10 on CentOS 7

We’ll show you, How to install Odoo 10 on CentOS 7. Odoo (formerly known as OpenERP) is a suite of web-based enterprise management applications. It is one of the most popular and powerful Open Source ERP business software based on the Python programming language.

Read More

Install Odoo 9 on Ubuntu 14.04

Install Odoo 9 on an Ubuntu 14.04 VPSIn this tutorial, we will show you how to install Odoo 9 on an Ubuntu 14.04 VPS.

Odoo is a suite of business applications written in Python. In the new version of Odoo there are major changes in accounting section. Also Fabien Pinckaers and Odoo Twitter feed listed some new features like accounting module rewrite, voice over IP module, an improved forum with social network integration, a much better mass mailing app, etc.
The installation of Odoo 9 on an Ubuntu 14.04 VPS should take about 30 minutes if you follow the very easy steps described below.

Read More

How to install Odoo 9 on CentOS 7

odooOdoo is one of the most popular and most powerful Open Source ERP business software based on the Python programming language. In this blog article we will show you how to install Odoo 9 on a CentOS 7 VPS. This new version of Odoo comes with many improvements over its predecessor and many new features such us:

Read More

Install Odoo on a Debian 8 VPS with Nginx as a reverse proxy

install-odoo-on-a-debian-8-vps-with-nginx-as-a-reverse-proxyIn this tutorial, we will explain how to install Odoo on a Debian 8 VPS with Nginx as a reverse proxy. There are multiple ways to install Odoo, but in this tutorial we will install the latest Odoo 8.0 from the official Odoo repositories using the debian package manager. This guide should work on other Linux VPS systems as well but was tested and written for an Debian 8 VPS.

Read More

Configure Odoo 8 subdomain filtering on a Linux VPS

odooOdoo in one of the most commonly used business applications at the moment. It can be configured to use sub-domain filtering so the users can run different Odoo databases on different sub-domains. This means you can have different Odoo website/application for different branch of your company. The Odoo sub-domain filtering is simple to configure, so if you have a Linux VPS with Odoo installed on it, you can follow this guide.

Read More