Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
7700 Visualizzazioni

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
Abbandona

I would also like to know this. Anyone?

Risposta migliore

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
Abbandona

Did you ever figure this out??

Risposta migliore

Hi,

try to pass search_default_filter_partner_ids_all hope this will help you.

Avatar
Abbandona
Autore

Doesn't work

Post correlati Risposte Visualizzazioni Attività
1
apr 15
7140
5
mar 15
14547
6
set 20
8952
2
mar 15
8451
0
mar 15
2260