跳至内容
菜单
此问题已终结
1 回复
2620 查看
最佳答案

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 ...