Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
7589 Tampilan

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

Avatar
Buang

I would also like to know this. Anyone?

Jawaban Terbai

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

plzzz help me to find out??

Avatar
Buang

Did you ever figure this out??

Jawaban Terbai

Hi,

try to pass search_default_filter_partner_ids_all hope this will help you.

Avatar
Buang
Penulis

Doesn't work

Post Terkait Replies Tampilan Aktivitas
1
Apr 15
7073
5
Mar 15
14447
6
Sep 20
8851
2
Mar 15
8378
0
Mar 15
2260