← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 722538] Re: chained location & production lot

 

Note: 
The only part to fix in 6.0 is the same that has been fixed in trunk: chaining locations should not create duplicate moves. The rest is ok. Currently in 6.0, if there is a chained location on the location where the products are received, you get duplicate lines when you process the incoming picking.

The production lot/batch number does not have to be copied to the
chained moved, as OpenERP does not care about traceability of internal
moves. If it is important to have it, the operator can manually input
the number in the chained moved (even after the move has been processed,
if needed)

Be careful when fixing this, as:
- it should behave properly when you do a partial receipt of the goods
- it should behave correctly if the chaining is automatic-no-step-added (i.e no chained moved at all; the original move is modified)

I haven't looked at which revision this was fixed in trunk, sorry.

** Summary changed:

- chained location & production lot
+ [trunk][6.0] duplicate chained moves when processing incoming pickings

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/722538

Title:
  [trunk][6.0] duplicate chained moves when processing incoming pickings

Status in OpenERP Modules (addons):
  Fix Released
Status in OpenERP Addons 6.0 series:
  Confirmed

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….



References