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

I would automatically enable the filter "Everybody's calendars" by calling an act_window action mode calendar.

Something like this:

<pre>

        return {
            "type": "ir.actions.act_window",
            "name": self.name,
            "res_model": "calendar.event",
            "view_mode": "calendar,tree,form",
            "domain": domain,
            "context": {
                'default_filter_partner_ids_all': True,
            },
        }

</pre>

What is the simplest way ?

Thanks

อวตาร
ละทิ้ง

I would also like to know this. Anyone?

คำตอบที่ดีที่สุด

how to disable the everybody calendar through customization ?? i want to hide that field ,when user logged in.

plzzz help me to find out??

อวตาร
ละทิ้ง

Did you ever figure this out??

คำตอบที่ดีที่สุด

Hi,

try to pass search_default_filter_partner_ids_all hope this will help you.

อวตาร
ละทิ้ง
ผู้เขียน

Doesn't work

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
เม.ย. 15
7208
5
มี.ค. 15
14636
6
ก.ย. 20
9027
2
มี.ค. 15
8493
0
มี.ค. 15
2260