[IMP] When preparing pack operations, use the smallest UoM of the moves if they are...
authorJosse Colpaert <jco@odoo.com>
Fri, 28 Nov 2014 12:14:08 +0000 (13:14 +0100)
committerJosse Colpaert <jco@odoo.com>
Tue, 2 Dec 2014 14:51:58 +0000 (15:51 +0100)
commitbb45636ba7e3a758dcbe4517d7b62a313e3a308e
treead5a9df694af9819188ddc73c18c71ca9b7cf41d
parent910376a1574a55885e02c77b83619416d8005647
[IMP] When preparing pack operations, use the smallest UoM of the moves if they are smaller than the default UoM. Otherwise use default UoM.

The same is done when extra moves are generated.  It is going to check if the UoM of the operation is smaller if it has one.

Throw an error when a key can not be found in action_done because there were links on a move
that was not supposed to be done (e.g. 0.5 Dozen when Dozen is rounded at 1)

[IMP] Throw an error when a key can not be found because of UoMs/picking + extra float_compare

[IMP] Integrate remarks qdp
addons/stock/stock.py