report_stock_move doesn't return 3 record with this same product_qty
Bug #1012382 reported by
Krzysztof Cybulski
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Low
|
OpenERP R&D Addons Team 2 |
Bug Description
When picking has 3 (or more ?) lines with exactly the same product_qty view report_stock_move does not return 3 row (or more ?)
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-1012382-nco
Ready for review
for merging
into
lp://staging/openobject-addons
- Amit Parik (community): Approve
- OpenERP Core Team: Pending requested
-
Diff: 19 lines (+2/-0)1 file modifiedstock/report/report_stock_move.py (+2/-0)
description: | updated |
Changed in openobject-addons: | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2) |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
To post a comment you must log in.
Hi Krzysztof,
I'm not sure if this is the same issue I used to have, but here is the patch that solved this problem for me. Give it a try.