Skip to Content
Menu
This question has been flagged
1 Reply
2883 Views

Hello everyone

Can anyone tell me if they have successfully changed the colours of the CRM priority stage 'stars'?

Is there a way of doing this via XML rather than front end?


Thanks in advance

Avatar
Discard
Best Answer

Python Code

priority = fields.Selection([

('clear','Clear'),

('urgent', 'Urgent'),

('normal', 'Normal'),

('lowand', 'Lowand'),

('high','High')],

copy=False, default='normal', required=True)



Red - Urgent

Yellow - High

Cyan - Normal

Gray - Lowand

Clear (if they want to remove priority on the task)



xml code
<

field name="priority" widget="priority"

/>

Avatar
Discard
Author

Red - Urgent

Yellow - High

Cyan - Normal

Gray - Lowand

Clear (if they want to remove priority on the task)

are you adding this in somewhere or does the system default to these parameters.

I have tried this code previously with no success only names changed not colours.

Related Posts Replies Views Activity
2
Dec 24
40
0
Aug 24
188
3
May 24
413
2
Mar 24
257
1
Apr 23
9040