Browse Source

[FIX] Avoid same-label warning in case project.project becomes kanban

(Two fields (kanban_color, color) of project.project() have the same label: Color Index.)
12.0
mreficent 5 years ago
parent
commit
1abac42dc6
  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