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

Installing a new application and enabling additional features


Odoo is a suite of business applications. The software is designed with a perfect modular approach and allows the user to start with one application and keep on adding new applications when the business grows. All the applications are installed later and will be integrated by default.

Odoo focuses on a great user experience for the first run, and it keeps the business flow as simple as possible. A user can start using it confidently, but on the first run, you may not get all the features; however, additional features can be activated once you install the new application.

Let's try to install the Sales app and enable a pricelist for a product based on specific customer segments.

Getting ready

Create your online instance at https://www.odoo.com if you have not created it yet. Go through the recipe Creating Odoo online instance in Chapter 1,Getting Started with Odoo 10, for detailed instructions on how to create your online instance...