Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
5
Trả lời
6662
Lượt xem
Hi Aneesh,
Because res.partner(8,) is list browse record. You can for in list then get phonecall_ids.
pls exaplain ..i didnt get
Aneesh, This means either the field does not exist,or you are browing wrong record and wrong model together. Or the record of that ID doesn't exist.
phonecall_ids field in which table containing?
Hi friend;
This means that The partner which the id in table "res.partner" does not have a value in the field "phone_ids".
Which means if you print the phone_ids of that partner in the console, you will get FALSE.
So, try to mention its phone_ids in the suitable place and it will be OK.
Regards.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
The user(uid) by which, you are trying to access the field "phonecall_ids" field of res.partner model, has not rights to access/read that model of "phonecall_ids" field. First try to check the access rights and then to look in to the record rules.