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

I've set an access rule on partner object for the group "external salesman". I want the same thing than "see own leads" but for partners. This is the domain rule:

['|','|',('user_id','=',user.id),('user_ids','in',user.id),('parent_id','=',1)] They can see partners where they are salesperson, themselves and all the employee of the company.

but I have 2 problem:

-some partners are visible on kanban view but not in form view.

-In calendar menu I can't see the attendees option: when I click on the select box I 've an error message "you don't have permissions Read on object Partner." But if I start to write the name of one of my partner it's ok.

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

After some research I found this domain expression :

['|',['user_id', '=', user.id], ['parent_id', 'child_of', ['Company_Name']]]

And that does what I want.

But I don't understand ['parent_id', 'child_of', ['Company_Name']]! If you could explain me.

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

hi,

try it,domain:['|',('user_id', '=', user.id), ('user_id','=' False)]

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

It's not an answer.

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 8 15
6084
5
thg 5 24
25374
1
thg 10 22
4470
5
thg 9 22
11887
1
thg 2 22
26293