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

Direct view combining sale.order and purchase.order is not possible.  But, you can create a new model that somehow links to sale.order and purchase.order and present their facts (column) in a uniform way.  One way to quickly achieve this is to create a SQL View with UNION that combines sale.order and purchase.order and create a model out of this SQL View.
 

อวตาร
ละทิ้ง
ผู้เขียน

Hi Ivan .... thanks for ur replay .......can u give a sample code ...