c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34101
[Bug 868881] [NEW] Rounding errors cause PO receipts errors
Public bug reported:
V6.0.3
products module
When receipting products defined with precision of less than one it is possible to get the error message "Processing error (qty) (uom) (product) is larger than the available quantity (qty) (uom)!". This is due to slack programming when rounding the qty's using the associated unit of measure precision value.
eg we had a quantity of 5.6 with a precision of 0.01 which was returned
as 5.60000000006 and this caused the the error as 5.60000000005 > 5.6 !
Fix patch attached to this bug report
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/868881
Title:
Rounding errors cause PO receipts errors
Status in OpenERP Addons (modules):
New
Bug description:
V6.0.3
products module
When receipting products defined with precision of less than one it is possible to get the error message "Processing error (qty) (uom) (product) is larger than the available quantity (qty) (uom)!". This is due to slack programming when rounding the qty's using the associated unit of measure precision value.
eg we had a quantity of 5.6 with a precision of 0.01 which was
returned as 5.60000000006 and this caused the the error as
5.60000000005 > 5.6 !
Fix patch attached to this bug report
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/868881/+subscriptions
Follow ups
References