Comment 0 for bug 538502

Revision history for this message
Blqt (benoit-luquet) wrote :

Hi,

Using latest stable 5.0 release.

When a purchase order is confirmed, the created moves do not take the UoS into account:
404 'product_qty': order_line.product_qty,
405 'product_uos_qty': order_line.product_qty,
406 'product_uom': order_line.product_uom.id,
407 'product_uos': order_line.product_uom.id,

Benoit