Hi,
I'm having a weird situation: When I create a purchase order with some lines with decimals products (1.423 for example) and the related picking is created, if I try to transfer it, the stock_transfer_details wizard will round the product quantities to the upper int (in this case it will show 2 instead of 1.423).
I explored a bit, and saw that this units are taken from product_qty (that for no reason writes 2 instead of 1.423 in the database) instead from product_uom_qty and then, the stock_transfer_details takes the product quantity from stock.pack.operation.
Can someone just throw some light on how can we solve this?
Thanks.