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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
0
lis 16
|
3298 | ||
|
2
srp 25
|
3466 | ||
|
1
čvc 25
|
1602 | ||
|
1
srp 25
|
1153 | ||
|
0
kvě 25
|
1930 |