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

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

Imagine profil
Abandonează

I would also like to know this. Anyone?

Cel mai bun răspuns

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

plzzz help me to find out??

Imagine profil
Abandonează

Did you ever figure this out??

Cel mai bun răspuns

Hi,

try to pass search_default_filter_partner_ids_all hope this will help you.

Imagine profil
Abandonează
Autor

Doesn't work

Related Posts Răspunsuri Vizualizări Activitate
1
apr. 15
7126
5
mar. 15
14506
6
sept. 20
8915
2
mar. 15
8416
0
mar. 15
2260