[trunk][6.0] duplicate chained moves when processing incoming pickings
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Medium
|
OpenERP R&D Addons Team 2 | ||
6.0 |
Fix Released
|
Medium
|
OpenERP Publisher's Warranty Team |
Bug Description
Issues in the following scenario
Incoming goods have to go through quality control, if the goods are okay they manually get moved from 'QC' to ‚stock free’. The products I buy are declared as ‘handled in batches’ (product.form / track production lots)
Therefor I defined my input location ‚stock’ with chained location
Type: fixed
Chained location: QC (child of ‘stock’)
Chaining type : manual operation
I enter a new PO, in ‘internal moves’ I find the move ‘stock’ --> ‘QC’
I receive the good fromm y supplier, enter a new production lot, process, validate
Now I find a second internal move for this PO!!!!
1. without production lot, state available
2. with production lot, state waiting
three big issues:
First: the system allows me to validate the move WITHOUT production lot. Result: in stock ‘QC’ I find the received product without production lot!!!!
Second: the system does not allow me to validate the move WITH production lot
Third: two move lines for one move….
Related branches
- Olivier Dony (Odoo): Pending requested
- Stephane Wirtel (OpenERP): Pending requested
- OpenERP Core Team: Pending requested
-
Diff: 33 lines (+8/-5)1 file modifiedstock/stock.py (+8/-5)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2) |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in openobject-addons: | |
importance: | High → Medium |
Changed in openobject-addons: | |
status: | Confirmed → Fix Released |
hm.... still no decision about status and importance?