Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
8651 Lượt xem

Hallo Everyone,

I want to show some information in the employee form view (overtime, remaining leaves and so on..). But I dont want every employee seeing these information for every other. I want to show these information only for the current logged in user, when he see his details in form view. Others will see only his public information in form view.

Is there a possiblity to show a field / smart-button only for current logged in user ?

Thanks for any pointers.

Ram

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Hallo both,

thanks for the tip.

if I use attrs="{'invisible': [('user_id', '!=', uid)]}" with a field in form view, I am getting an error while saving the view. "uid not found". If i enclose uid in 'uid', then it accepts without an error, but the field is not even displayed for logged in user.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Shriram,

In employee master you have a user field, you can use this to hide your field, as when the employees concerned user logs in, this field will be hidden.

for this you can use attrs="{'invisible': [('user_id', '!=', uid)]}", this will hide that field if current employee is not of logged user

Hope it will help u

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Shriram,

You must try attrs!

Make the fields visible only when the user_id=uid!

Employee has the 'Related User' field!

For attrs, you may check here.

Thanks.



Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 11 16
1353
How to hide fields? Đã xử lý
3
thg 3 15
28759
2
thg 3 15
4625
1
thg 6 23
2911
1
thg 3 16
10276