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)

Discovering Custom Odoo Modules

While Odoo has a lot of built-in and community modules, it is inevitable that there will be quite a few businesses that will have requirements that will be difficult to achieve with the modules that are currently available. The Odoo framework offers developers the ability to extend Odoo to accomplish business objectives and (hopefully) make Odoo fit in better with the workflow of the company. However, before you attempt to write custom Odoo modules, it is important that you completely understand the functionality of Odoo and the various modules that are available in the community.

In this chapter, we will cover the following topics:

  • Learning the basic structure of an Odoo module
  • Using a module to add additional fields to your Odoo system
  • Extending the views in your Odoo instance to include new fields
  • Making changes to the available states in an...