コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
10077 ビュー

I'm using Odoo 8. I've created a Record Rule (MyCustomers) with following rule

['|',('user_id','=','False'), ('user_id','=','user_id')] and assigned it to Sales/See Own Leads group. After setting this Rule, I get an error each time I login and doesn't show any customers & doesn't allow me to create customer.


 

アバター
破棄
最善の回答

try this:

['|',('user_id','=',False), ('user_id','=',user.id)] 

アバター
破棄
著作者

Thanks Axel

worked then?

著作者

Yes Axel, it worked. Thank you

could you upvote the answer?

Initially, this filter seems to work for me, but when trying to open partner view, I get res.user operation read warning again. I literally gave access to res.users model, but nothing happens.

関連投稿 返信 ビュー 活動
1
6月 17
8775
7
10月 24
7948
1
9月 24
1390
1
4月 24
2081
0
6月 22
328