odoo/odoo#199805

Created by Fun Services, Xavier Bol (xbo)
Merged at 80ed93582a0c06241e095cf7c903dc06c5b4ad66

Statuses:

label
odoo-dev:master-project-three-stars-on-tasks-xbo
head
082eb48a8de44a33a83fc0018b96e78cf09dd548
merged
6 months ago by Fun Services, Xavier Bol (xbo)
odoo/odoo
master #199805

[IMP] project: add more granularity on tasks priority

Before this commit, the user can mark the task as urgent thanks to the star icon displayed to represent the priority. However, it does not give many granularities, either the task is priority one or not.

This commit replaces the star by 3 stars to have more granularities on tasks priority. Now, 4 levels of priority will be displayed:
- 0 star selected = "Low priority"
- 1 star selected = "Medium priority"
- 2 stars selected = "High priority"
- 3 stars selected = "Urgent"

task-4613436