Note No Default Stage

Remove default stages from the Notes application.

Technical Name:
note_no_default_stage
License:
Author:
Numigi
Website:
https://kastor.lab.numigi.net/web/image/product.template/1077/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Note No Default Stage

In vanilla Odoo, the application Notes comes with 4 default stages.

This means that as a new Odoo user, if I go to the application Notes, I see the following Kanban:

static/description/vanilla_odoo_kanban.png

Those default stages are not configurable.

Also, if you are using a multi-lang Odoo instance (i.e. French (CA) is activated), you may encounter the following error when creating a new user:

duplicate key value violates unique constraint "ir_translation_model_unique" DETAIL: Key (type, lang, name, res_id)=(model, fr_CA, note.stage,name, 16) already exists.

This is because of a bug in the creation of the default stages.

With the module installed, as a new user, I see a kanban view with no default stage.

static/description/kanban_with_no_default_stage.png

Contributors