Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
6631 Переглядів

I've been searching all over the internet and the odoo forums trying to figure out what these fields do:

  • attendee
  • avatar_model
  • use_contacts


So far I've come up with nothing. Anybody know how to use them?

Аватар
Відмінити
Найкраща відповідь

use_contacts:

    will use the model calendar.contacts to display a list of friend, coworkers, favorites, ...

    In module calendar, it uses this option for example. You don't want events from everybody by default, but only your colleague from your service


attendee:

   you can give a fields. Usually (user_ids, or partner_ids, ...). For each occurence in this fields, an icon will be displayed at top left of the event. 


avatar_model:

   if you use attendee, you can replace default font awesome icon with a picture / photo. to do it, you can give the model which will be used. Image will be generated with url: /web/image/[avatar_model]/[attendee_id from attendee]/image_small

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
черв. 25
510
0
квіт. 19
3179
1
лют. 16
8165
0
бер. 15
4243
1
трав. 25
644