콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
7928 화면

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
7314
5
3월 15
14821
6
9월 20
9189
2
3월 15
8621
0
3월 15
2260