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

Using Kanban stages and features


The Kanban board is a simple method to manage workflows. It is organized in columns, each corresponding to stages, and the work items progress from left to right until they are finished.

There are a few features used across several Kanban boards, providing a common pattern that can also be used in our own custom modules. Let's visit those features.

Getting ready

To follow this recipe, you will need to have the Project Management app already installed.

How to do it...

To get started with a Project Tasks Kanban board:

  1. Select the Project top menu option and then Create a new Project.

  2. Give a name to the new Project and hit the Save button. Next, press on the Tasks smart button at the top right of the form. This will open the Kanban view for the Project Tasks.

  3. Click on the Add New Column vertical bar at the right, type Now in the small dialog box, and click on Add. Repeat to also add the Later and Done stages.

  4. Hover the mouse pointer over the Done stage and a cog wheel...