Hello,
The UOM column is embarassing in my purchase order reports (and some other reports too).
It can be useful if my products are computed with meters or hours, etc.
But I mostly use the standard unit. And I don't to display "10 unit(s)" each time on my report.
I tried to add in my XML code :
<span t-field="line.product_uom.name" t-if="line.product_uom.name != 'unit'" groups="product.group_uom"/>
But now the column is never displayed, even with the others units of measure.
Do you know how could I solve this issue ?
Thanks a lot,
Regards.