Book Image

Odoo 10 Implementation Cookbook

By : Mantavya Gajjar
Book Image

Odoo 10 Implementation Cookbook

By: Mantavya Gajjar

Overview of this book

Odoo is a Python-based ERP system and is completely open source. Odoo is a comprehensive suite of business applications offering a wealth of functionalities that can be deployed to meet your business needs. This book will help you manage the different functionalities of your business and optimize it. You will learn in detail about the various facets of the business process such as sales, accounting, purchases, manufacturing, and inventory. We will cover each of these topics in detail and learn how Odoo handles all these tasks with much ease. With its modular approach, you will be able to build customized solutions, take advantage of the Odoo 10 system in your organization, and master basic administration. We will cover modules and applications in Odoo that will help optimize quality checks. You will also be able to customize major reporting functions for your teams and set up forms and documents for sales, purchase, inventory, and so on. By the end of the book, you will be able to use the major functionalities of Odoo 10 and fully implement them into your business.
Table of Contents (23 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Using Odoo onsite for custom needs


To use Odoo onsite, Ubuntu Server edition is the recommended operating system. With a little technical knowledge, anyone can start working with the Linux operating system. The setting, running, and maintaining Odoo on Ubuntu Linux is easier compared with other Linux operating systems.

Let's set up the database and other required dependencies to run the Odoo Server on Ubuntu Server edition.

Getting ready

We assume that you have chosen the correct hardware and downloaded the Ubuntu Server edition operation. Also, make sure that you choose the LTS version to get a minimum of three years, supports the operating system.

It is assumed that you have the password for the root user, as it is required to install the various dependency libraries and configurations.

In my case, the Linux username is odoo.

How to do it...

  1. The first step is to update the package list on your Ubuntu Server or desktop using the following command. First, enter the root user so that each time you...