Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
5693 Переглядів

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.

Аватар
Відмінити
Автор Найкраща відповідь

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.

Аватар
Відмінити
Найкраща відповідь

hi,

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

Аватар
Відмінити
Найкраща відповідь
fffffdfddrftgf
Аватар
Відмінити
Автор

It's not an answer.

Related Posts Відповіді Переглядів Дія
1
серп. 15
6125
5
трав. 24
25430
1
жовт. 22
4518
5
вер. 22
11952
1
лют. 22
26335