Browse Source

Merge PR #1706 into 12.0

Signed-off-by sbidoul
12.0
OCA-git-bot 5 years ago
parent
commit
f9e3da8574
  1. 2
      base_kanban_stage/models/base_kanban_abstract.py

2
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(

Loading…
Cancel
Save