diff --git a/base_kanban_stage/models/base_kanban_abstract.py b/base_kanban_stage/models/base_kanban_abstract.py index 173a7fdb3..fcbdc32e7 100644 --- a/base_kanban_stage/models/base_kanban_abstract.py +++ b/base_kanban_stage/models/base_kanban_abstract.py @@ -58,7 +58,7 @@ class BaseKanbanAbstract(models.AbstractModel): help='User that the record is currently assigned to', ) kanban_color = fields.Integer( - string='Color Index', + string='Kanban Color Index', help='Color index to be used for the record\'s Kanban card', ) kanban_legend_priority = fields.Text(