Chapter 3. Creating Odoo Modules

In this chapter, we will cover the following topics:

  • Creating and installing a new addon module
  • Completing the addon module manifest
  • Organizing the addon module file structure
  • Adding Models
  • Adding Menu Items and Views
  • Adding Access Security
  • Using scaffold to create a module

Introduction

All these components that we just mentioned will be addressed in detail in later chapters.

Now that we have a development environment and know how to manage Odoo server instances and databases, you can learn how to create Odoo addon modules.

Our main goal here is to understand how an addon module is structured and the typical incremental workflow to add components to it.

For this chapter, you are expected to have Odoo installed and to follow ...

Get Odoo Development Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.