跳至内容
菜单
此问题已终结
1 回复
3593 查看

Hi,

Does anybody know how to modify the task colors in calendar view in Odoo 13 ?

It seems that there are two colours in the task: one darker in a small bar in the left and the same color but lighter on the rest of the task.

I would like to set two different colors in the task: the little bar with one color (related to user for instance) and the rest of the task with a different color (related to the task stage)

Does anyone know how could I do this ?


Thank you !


Ernesto.

形象
丢弃
最佳答案

Dear Ernesto,

Please enter or replace this code in your XML file in celenderview then after you can give different colors in task.


record id = "(enter your record id)" model="ir . ui . view"
field name = "name" Calendar field
field name = "model" (enter your model name) field
field name = "arch" type="xml"
calendar string = "TASK" date_start = "booking_date" mode = "month" date_delay = "duration" color = "state"
field name = "(your field name)"
calendar
field
record

I hope this information is helpful to you and after adding this code your problem will be solved.


Feel free for further assistance on contact@geminatecs.com

Thank you
Geminate Consultancy Services

形象
丢弃
相关帖文 回复 查看 活动
1
6月 23
3529
1
11月 22
3831
2
6月 20
4030
2
7月 18
7559
4
7月 18
8417