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)

Customizing Odoo for Your Business

In this chapter, we will begin covering one of the greatest advantages of Odoo: the ability to customize the software to meet the unique needs of your business. Fortunately, Odoo provides a great deal of flexibility in which you can customize it without writing any code or developing a module. We will begin by learning how to activate Odoo's developer mode and then back up our database, which is a very important practice when customizing Odoo. After that, we will learn how to add fields to our database and display them on forms and views. Note that customizing Odoo is a very broad topic that would ideally span across multiple chapters; you might consider this an introduction to customization.

The following topics are covered in this chapter:

  • Understanding the Odoo architecture
  • Entering and exiting developer mode
  • Backing up your database...