Skip to Content
Menu
This question has been flagged
2 Replies
4575 Views

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?



Avatar
Discard
Best Answer

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

<field name="domain">[('user_id', '=', user.id)]</field>
Avatar
Discard
Best Answer

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?

Avatar
Discard
Related Posts Replies Views Activity
2
Jan 24
655
1
Sep 23
411
4
Aug 23
9897
1
Sep 24
75
3
Nov 24
12525