← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 726836] Re: [5.0 and 6.0] location_id wrong in stock.picking 'IN'

 

Hello Olivier,

Thank you for your detailed explanations. Indeed your example works
fine.

I'll take another example. The product HDD1 is normally handled in stock but a customer requests a quantity of 1000 PCE and then you decide to do an order for him "on order" and not "stock". To do this you will indicate on your sales order this product you order and not stock. OpenERP will generate a purchase order with 1000 pieces. In receipt, you decide to put it in a location stamp upon receipt (eg cross-docking). You valided this receipt, OpenERP will automatically assign these products for preparation.
This case is a classic case in warehouses. Cross-docking has been developed in the wms module (lp: wms) for a customer that has exactly this problem.

It's not possible to add internal movement for this, I think.

-- 
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/726836

Title:
  [5.0 and 6.0] location_id wrong in stock.picking 'IN'

Status in OpenERP Modules (addons):
  Triaged

Bug description:
  1. Install stock_location module
  2. Open HDD1 product and go to "Logistics Flows" tab and add a new "Pushed Flow" with :
   - Source location : Stock
   - Destination location : Shelf 1
   - Automatic move : Automatic No Step Added
   - Shipping type : Getting Goods
   - Invoice status : Not Applicable
  3. Go to "Information" tab" and change Procurement method to "Make to order"
  4. Save product
  5. Create a new sale order with the product HDD1
  6. Launch Schedulers "Compute Scheduler"
  7. The Scheduler create a new purchase order for this product
  8. Confirm purchase order and receipt this product "Incoming Shipments"
  9. The destination location or this product is Shelf 1
  10. The Delivery Order is now "Available" but the Source Destination is "Stock" <= it's wrong, the source must be "Shelf 1"

  Please find a patch for V6 and v5



Follow ups

References