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

Activating the developer mode


To customize Odoo, the first step is to activate the developer mode. Once you enter this mode, Odoo will provide you with a lot more onscreen information as you navigate through the interface. This mode also allows you to make changes to the database and store that information in a file.

To activate the developer mode, go to the menu in the top-right corner of the screen. This menu will have the label of the user you are currently logged in as. In our case, this is the Administrator menu. Choose About Odoo from the menu:

Once you have entered this screen, you can click on Activate the developer mode to begin customizing Odoo.

Odoo recognizes that you are in the developer mode by adding &debug=# to the URL in your web browser. Additionally, Odoo changes the information that is provided when you hover over various fields in the interface. For example, when viewing a sales order record while in the developer mode, you can move the cursor over the Date field to...