Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
25273 Представления

Where can I find a list of colors and codes? I only new that 2 is the color code for red when I change the color of a task with a server action.

Аватар
Отменить
Лучший ответ

I don't have the fish, but I can show you how to get it:

  • On the Project Issue form, edit it's XML to add <field name="color"/>
  • Now try changing Issue's color's on the Issue Kanban view
  • Check on the form that value showed in the Color field
Аватар
Отменить
Автор

Thanks. For all others: The color code for white task is 0

Лучший ответ
For data tags we have totaly 11 colar:
Odoo16 /odoo/addons/web/static/src/legacy/xml/base.xml line 1121
# data-color="1" title="Red"
# data-color="2" title="Orange"
# data-color="3" title="Yellow"
# data-color="4" title="Light blue"
# data-color="5" title="Dark purple"
# data-color="6" title="Salmon pink"
# data-color="7" title="Medium blue"
# data-color="8" title="Dark blue"
# data-color="9" title="Fushia"
# data-color="10" title="Green"
# data-color="11" title="Purple"


Аватар
Отменить
Лучший ответ
In v14:

- None: 0
- Red: 1
- Orange: 2
- Yellow: 3
- Blue: 4
- Dark Purple: 5
- ... colors in the are placed in order

It's even easier to check if you add the field `` in the kanban view.




Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
авг. 22
7282
0
сент. 23
1879
6
янв. 19
9519
3
апр. 17
10569
0
авг. 16
4083