تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
7694 أدوات العرض

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
أبريل 15
7139
5
مارس 15
14546
6
سبتمبر 20
8949
2
مارس 15
8446
0
مارس 15
2260