Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2787 Vizualizări

I have a basic calendar view with a fiew fields.

In odoo9 and 10 there was attribute attendee= that I could assign field with the attendees, but how can I make it work Odoo12 as there is no such attribute?

for example, I want to add partner_id as an attendee.

<record id="calendar_view" model="ir.ui.view">
<field name="name">calendar.view</field>
<field name="model">custom.calends</field>
<field name="arch" type="xml">
<calendar date_start="start" date_stop="completion" mode="month" color="user_id" >
<field name="name"/>
<field name="user_id"/>
<field name="partner_id"/>
</calendar>
</field>
</record>


Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iul. 20
5018
4
iul. 24
10820
1
dec. 21
4306
1
mai 21
15796
1
aug. 19
3948