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

I want to force and lock the custom search filter in the Contacts module to "My Contacts", and have this extend to all other users.

This should be beyond the "default search" function, as there shouldn't be an "x" (remove) option next to it. I'm assuming this would involve some java edits.

What would be an appropriate approach to this?



아바타
취소

Dynamic Add Custom Filter Menu Visibility | Remove Add Custom Filter Menu | Disable Add Custom Filter Menu | Control Access by User Group
This module allows administrators to hide or show the "Add Custom Filter" menu based on user groups, ensuring that only authorized users can apply advanced search filters.
https://apps.odoo.com/apps/modules/16.0/mh_hide_add_custom_filter

베스트 답변

You can define domain in  contact action so user can see only his contacts list.

<field name="domain">[('user_id', '=', user.id)]</field>
아바타
취소
베스트 답변

I want to lock users not to delete default filters assigned to them so that they cannot view that does not concern to them. How can we do?

아바타
취소
관련 게시물 답글 화면 활동
0
12월 24
1190
2
1월 24
1867
1
9월 23
1542
4
4월 25
12102
0
2월 25
1606