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

Dear all,

I'm beginner in odoo development. i want to display in list view from multiple different models.


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

Hi,

For this purpose, you can create a new model using the query and select the data from two different tables and show in a single model.

See this video explaining the same with sample of getting data from sale.order and pos.order models into a single table:  https://www.youtube.com/watch?v=_KIsGo4sttQ


Thanks

อวตาร
ละทิ้ง

hi can you please help
i have followed the same video and extracted data from two models into one model. But I have an issue, one model has Binary field, I am unable to fetch that. Can you please help?

ผู้เขียน คำตอบที่ดีที่สุด

Thank you Niyas

อวตาร
ละทิ้ง