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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
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"
/>
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Dec 24
|
40 | ||
|
0
Aug 24
|
188 | ||
|
3
May 24
|
413 | ||
|
2
Mar 24
|
257 | ||
|
1
Apr 23
|
9040 |