跳至内容
菜单
此问题已终结
3 回复
7672 查看

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
7132
5
3月 15
14515
6
9月 20
8933
2
3月 15
8434
0
3月 15
2260