Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
7595 Widoki

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

Awatar
Odrzuć

I would also like to know this. Anyone?

Najlepsza odpowiedź

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

plzzz help me to find out??

Awatar
Odrzuć

Did you ever figure this out??

Najlepsza odpowiedź

Hi,

try to pass search_default_filter_partner_ids_all hope this will help you.

Awatar
Odrzuć
Autor

Doesn't work

Powiązane posty Odpowiedzi Widoki Czynność
1
kwi 15
7083
5
mar 15
14455
6
wrz 20
8865
2
mar 15
8383
0
mar 15
2260