[Trunk/7.0] Picking partial delivery does not properly check rounding
Bug #1164630 reported by
Mohammad Alhashash
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Medium
|
OpenERP R&D Addons Team 2 | |||
OpenERP Community Backports (Addons) | Status tracked in 7.0 | |||||
7.0 |
New
|
Undecided
|
Unassigned |
Bug Description
Create a sale order of item in unit 'kg'. You can deliver infinite number of partial deliveries of 0.499g without affecting the backorder delivery amount.
The partial move should be denied because the amount is less than the rounding of the move units.
The wizard actually tries to check if the partial delivery amount precision is within the rounding precision of the original unit, but the test is incorrect.
Related branches
lp://staging/~alhashash/openobject-addons/7.0-bug-1164630-rounding_check_in_partial_picking
Ready for review
for merging
into
lp://staging/openobject-addons/7.0
- OpenERP Core Team: Pending requested
-
Diff: 27 lines (+5/-2)1 file modifiedstock/wizard/stock_partial_picking.py (+5/-2)
lp://staging/~alhashash/ocb-addons/7.0-bug-1164630-rounding_check_in_partial_picking
Rejected
for merging
into
lp://staging/ocb-addons
- Holger Brunn (Therp): Disapprove
-
Diff: 27 lines (+5/-2)1 file modifiedstock/wizard/stock_partial_picking.py (+5/-2)
description: | updated |
summary: |
- Picking partial delivery does not properly check rounding + [Trunk/7.0] Picking partial delivery does not properly check rounding |
Changed in openobject-addons: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2) |
tags: |
added: warehouse removed: stock |
description: | updated |
To post a comment you must log in.