Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4001 Tampilan

Hi everybody !

I'm trying to modify the text on the right of the page in calendar just below "Responsible".

Now each responsible has a his name inside a color. I would like to change this with the text of the field "categ_ids".

Is it possible that the problem comes from the type of field ? Indeed, "categ_ids" is a many2many field. When I test with other type of field the text appear in color bare.

Someone could help me ?

Many thanks in advance.

JMB

Avatar
Buang
Jawaban Terbai

You can change the color attribute of calendar tag like : color="categ_ids"

Avatar
Buang
Penulis

Thanks for your answer. I already changed the color attribute and it works inside the calendar but the text doesn't appear in the left below "Responsible". For example I have a tags named "Admin" and I would like that "Admin" appear inside the left color bare.

categ_ids is a many2many field, maybe that's why it doesn't work. Sorry but I don't know how to do that.

categ_ids is a m2m field, maybe that's why it doesn't work?

Penulis

Thanks ! I'll find another solution.

I'll search on my own. Some weeks ago I had the same problem.