Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2876 มุมมอง

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>


อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.ค. 20
5144
4
ก.ค. 24
10960
1
ธ.ค. 21
4430
1
พ.ค. 21
15967
1
ส.ค. 19
4033