Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4422 Prikazi

In Odoo, how to add color to meetings in calendar module based on event type?  By default odoo uses user's id for meeting color

Avatar
Opusti
Best Answer

Based on the tutorial from https://www.odoo.com/documentation/8.0/howtos/backend.html on Advanced Views -> Calendars you can do the following:

Open the corresponding xml file of your calendar and find the line that goes something like this

<calendar string="Ideas" date_start="invent_date" color="inventor_id"> <field name="name"/></calendar>

and try to change inventor_id with the field that you want, in your case it's event type.

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
nov. 16
3298
2
avg. 25
3466
1
jul. 25
1602
1
avg. 25
1153
0
maj 25
1930