跳至内容
菜单
此问题已终结
2 回复
2531 查看

How can i   modify the QWeb report to only display the sales order line when the quantity is not zero ?

形象
丢弃
最佳答案

test

形象
丢弃
最佳答案

You can see an iteration for writing product lines in the report. There you can give condition to satisfy like t-if="product_line.uom_qty > 0"

形象
丢弃