Hello,
In task i have two priority : Without or High
and in incident i have tree priority : Low (Without) / Normal / High
I want more priority but it is not provided in Odoo we can edit priority
How can I do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
In task i have two priority : Without or High
and in incident i have tree priority : Low (Without) / Normal / High
I want more priority but it is not provided in Odoo we can edit priority
How can I do this?
you can expand the 'priority' fields value in the task object.
currently the field look like :
priority = fields.Selection([('0','Normal'), ('1','High') ], default='0', index=True)
now, if you want to add more option for selection, do something like in the task object:
priority = fields.Selection([('0','Low'), ('1','Normal'), ('2','High') ], default='0', index=True)
note: if you doing something like, you need to change the code related to this on everywhere.
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
3
maj 24
|
1684 | ||
|
0
kwi 24
|
1376 | ||
|
0
sty 23
|
1766 | ||
|
0
mar 15
|
3996 | ||
|
2
mar 15
|
7280 |