跳至內容
選單
此問題已被標幟
1 回覆
771 瀏覽次數

hello,,,,,,

I write an access rule to allow users only see the contacts that created by him

and there is no error and but not work the user still see all contacts:

name="domain_force"> [('create_uid','=',user.id)]


頭像
捨棄
最佳答案

You need to check the other existing rules that could be applying to the user because the access it's determined by all rules that may apply

Also check with other user different than admin

頭像
捨棄