Book Image

Odoo Development Cookbook

By : Holger Brunn, Alexandre Fayolle, Daniel Reis
Book Image

Odoo Development Cookbook

By: Holger Brunn, Alexandre Fayolle, Daniel Reis

Overview of this book

Odoo is a full-featured open source ERP with a focus on extensibility. The flexibility and sustainability of open source is also a key selling point of Odoo. It is built on a powerful framework for rapid application development, both for back-end applications and front-end websites. The book starts by covering Odoo installation and administration, and provides a gentle introduction to application development. It then dives deep into several of the areas that an experienced developer will need to use. You’ll learn implement business logic, adapt the UI, and extend existing features.
Table of Contents (23 chapters)
Odoo Development Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


Odoo's web client, or backend, is the place where employees spend most of their time. In Chapter 8, Backend Views, you have seen how to use the existing possibilities the backend offers. Here, we'll have a look at how to extend and customize those possibilities. All of the following code will depend on the web module. Note that at the time of writing, there exist two versions of the web module for Odoo 9.0: the community version and the enterprise version, which are quite different from each other, even though they share the same name. We'll only talk about the community version here.