Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
7612 Zobrazení

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
Zrušit

I would also like to know this. Anyone?

Nejlepší odpověď

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
Zrušit

Did you ever figure this out??

Nejlepší odpověď

Hi,

try to pass search_default_filter_partner_ids_all hope this will help you.

Avatar
Zrušit
Autor

Doesn't work

Related Posts Odpovědi Zobrazení Aktivita
1
dub 15
7105
5
bře 15
14471
6
zář 20
8879
2
bře 15
8393
0
bře 15
2260