Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ

I want to prevent user can interact with partner has field partner_share = false so i edit record rule res.partner company from:

['|', '|', ('partner_share', '=', False), ('company_id', 'in', company_ids), ('company_id', '=', False)]

to:
['|', ('company_id', 'in', company_ids), ('company_id', '=', False)]


After remove condition ('partner_share', '=', False), the contact module displays the data as I expected. But when i create new user for other company it give me this error:


And when I log in with My Company's user everything is fine but when I log in with the Company 2's user I created before updating the record rule it gives me this error:

Access Error
Due to security restrictions, you are not allowed to access 'Contact' (res.partner) records.

Contact your administrator to request access if necessary.

This is my res.partner table data:

I have no idea why this problem occurs, please tell me a solution to this problem.
Thank you very much!

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
3
พ.ค. 24
2351
2
เม.ย. 24
2135
1
พ.ค. 22
3024
2
ก.ค. 20
2320
1
ก.พ. 20
4239