Skip to Content
Menu
This question has been flagged
1 Reply
2425 Views

in calendar can i apply groups on everybody's calendar..?.....I want everybody's calendar only to admin............ 

Avatar
Discard
Best Answer

hi,

Seems like you want to logged user can see there own record, and admin can see all record.

Create two group, and define rule for it add domain like:

for admin, domain: [(1,'=',1)]
for others , domain:[('fields_holds_user_id', '=', user.id)]

hope this'll help you


Avatar
Discard