Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
2541 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

test

Avatar
Abbandona
Risposta migliore

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"

Avatar
Abbandona