Book Image

Working with Odoo 11 - Third Edition

By : Greg Moss
Book Image

Working with Odoo 11 - Third Edition

By: Greg Moss

Overview of this book

Odoo is an all-in-one management software that offers an array of business applications, forming a complete suite of enterprise management applications. Odoo 11 comes with advances on usability, speed, and design. Working with Odoo 11 starts with how to set up Odoo, both online and on your own server. You’ll then configure the basic company settings required to quickly get your first Odoo system up and running. Later, you’ll explore customer relationship management in Odoo and its importance in a modern business environment. You'll then dive into purchasing applications with Odoo, learn some of the primary functionalities of ERP systems for manufacturing operations, and use analytic accounting to provide better reporting. After that, you'll learn how to work with Odoo for mobile, and finally, you will walk through the recent Odoo 11 features with respect to the community and enterprise edition, giving you a complete understanding of what Odoo can do for your business.
Table of Contents (18 chapters)

To get the most out of this book

You should have Odoo version 11 installed on your system. To get the most out of this book, you should also have an understanding of basic business operations. For example, you should know the purpose of a sales order and a purchase order. You should also have basic computer skills such as understanding filesystems and installing software. For more advanced customization topics in the book, you should have a basic knowledge of databases and programming concepts.

Download the color images

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Limit those customers to just the names that include camp."

A block of code is set as follows:

<span t-if="o.state not in ['draft','sent']">Sales Order # </span> 
<span t-if="o.state in ['draft','sent']">Quotation #:</span>

Any command-line input or output is written as follows:

$ mkdir css
$ cd css

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "This brings up all the QWeb views associated with the report."

Warnings or important notes appear like this.
Tips and tricks appear like this.