Se rendre au contenu
Menu
Cette question a été signalée
3 Réponses
7690 Vues

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
Ignorer

I would also like to know this. Anyone?

Meilleure réponse

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
Ignorer

Did you ever figure this out??

Meilleure réponse

Hi,

try to pass search_default_filter_partner_ids_all hope this will help you.

Avatar
Ignorer
Auteur

Doesn't work

Publications associées Réponses Vues Activité
1
avr. 15
7139
5
mars 15
14540
6
sept. 20
8949
2
mars 15
8446
0
mars 15
2260