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

Creating a work center


In our previous simplified manufacturing order, we specified the raw product required in a bill of materials and then turned that into a finished product. Now, we will expand this example to specify the human labor that goes into printing our Class of 2014 T-Shirt. In Odoo, we define the parameters in a work center.

For the purpose of our example, we will create a work center Printing that is responsible for taking the blank T-shirt and applying the design to create the final product. We begin by going to the manufacturing application and, under the configuration menu, choosing the Work Center option. Then, we click on Create to set up a new work center record:

In our example, we have named the work center Printing. In a full implementation, it would be common to have different work centers based around the work performed.

Defining a resource type

When setting up a work center, you are required to specify Resource Type. This setting can either be Human or Material. As...