Book Image

Working with Odoo

Book Image

Working with Odoo

Overview of this book

With this practical guide, you will cover the essential modules to get Odoo up and running for your company. After installing Odoo, you will use its sales management application to enter quotes, create sales orders, and invoice customers. You will then learn how to integrate the CRM application to manage your leads and convert them into lucrative opportunities and sales. Next, you will set up your own purchase management system, assigning products to suppliers and tracking orders with the new warehouse management and routing system. Finally, you will learn how to use analytics to track project expenses and keep your accounts simple and easy to maintain and build an Odoo module to extend its functionality and make it work for you. Working with Odoo covers all the core installation and usage functionalities of this popular tool, helping you to fully implement a working ERP system through practical, advanced, real-world examples.
Table of Contents (25 chapters)
Working with Odoo
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 16. 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 currently available modules. The Odoo framework offers developers the capability of extending Odoo to accomplish business objectives and (hopefully) make Odoo fit in better with the workflow of the company. It is important, however, before attempting to write custom Odoo modules that you completely understand the functionality of Odoo and the various modules that are available in the community.

In this chapter, we will cover:

  • 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 to use in an Odoo workflow

Through careful configuration, many business objectives can be achieved without writing custom modules. It is important...