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)

Using Odoo Studio

Odoo Studio is an Odoo Enterprise-only application that allows you to customize Odoo and even create your own custom application without creating a Python module, as discussed in Chapter 15, Discovering Custom Odoo Modules. There are some pros and cons to using Odoo Studio.

The advantages of Odoo Studio are as follows:

  • You can make simple changes to Odoo applications without writing Python code
  • Screen designers make it easy for you to change the UI without using verbose XML code
  • You can draft prototype applications in a fraction of the time it would take to create a full Odoo application
  • You can get close to full-blown Odoo applications using server actions
  • You can import and export Odoo Studio, giving you some ability to reuse your work between Odoo Enterprise installations
  • Modifying the views in Odoo Studio and the capabilities that are available is pretty...