跳至內容
選單
此問題已被標幟
1 回覆
3585 瀏覽次數

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
3527
1
11月 22
3827
2
6月 20
4022
2
7月 18
7553
4
7月 18
8413