コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
7705 ビュー

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

アバター
破棄

I would also like to know this. Anyone?

最善の回答

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

plzzz help me to find out??

アバター
破棄

Did you ever figure this out??

最善の回答

Hi,

try to pass search_default_filter_partner_ids_all hope this will help you.

アバター
破棄
著作者

Doesn't work

関連投稿 返信 ビュー 活動
1
4月 15
7140
5
3月 15
14548
6
9月 20
8954
2
3月 15
8451
0
3月 15
2260