Created on 2018-04-28.01:48:35 by ced, last changed 35 months ago by ced.
I think we have the same issue as https://github.com/odoo/odoo/commit/383947646f5652804bd6bbc764380a890e6f4a8d The problem is that we round the quantity assigned: http://hg.tryton.org/modules/stock/file/846866f11236/move.py#l937 http://hg.tryton.org/modules/stock/file/846866f11236/move.py#l946 This may result is losing precision if the UOM has high rounding value. I think the solution would be to have on uom a method that returns the best uom to use to express a quantity. Of course, the uom should have the same category as the initial one and it should return the initial if there is not precision lost. This method will be used to store the uom and quantity on the assigned moves.
History | |||
---|---|---|---|
Date | User | Action | Args |
2018-05-10 20:22:20 | ced | set | title: Rouding assigned quantity -> Rounding assigned quantity |
2018-04-28 01:52:07 | ced | link | issue7399 superseder |
2018-04-28 01:48:35 | ced | create |
Showing 10 items. Show all history (warning: this could be VERY long)