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

wen login as portal user and click on the customer menue whihc havebeen added from the sales following error occures.

AccessError

No value found for res.partner(72,).phonecall_ids

how to solve this error

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Friend, in your function you have tried to use the field phonecall_ids of the user witch the id = 72.

You can check it in you database.

Or you can try to print res.partner(72,).phonecall_ids when you call the function and you will find False.

So, try to:

-Eliminate the call to this result in your function.

Or,

-Fill the field phonecall_ids to your user.

Regards.

อวตาร
ละทิ้ง