← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 704335] Re: mrp scheduler - input location isn't honoured

 

Hello Manu,

I have checked the problem according to the configuration provided in previous comments,
Summary of configuration:
* You have all the products make to order and buy, for each SO of a product you will have a PO
* warehouse:
    input: Quarantine
    output: Output
    stock: Stock
* You have a chaining defined as:
    Quarantine > Stock with Manual move/Automatic move (in comment#13: "Also my input location has a chained location of type Fixed to the Stock location with automatic move set to Manual Operation.")

As said in comment#5, 
    the destination location of PO created by the scheduler depends on the destination location of the "procurement order", And destination location of the procurement order will depend on the reason, 
in your case the procurement is generated from SO, and for SO we are expecting the products to be in the "Location Stock" of the warehouse of the Shop,
so the procurement will have destination location as "Stock" (in your case), and as said the PO will have the same destination so your products will be in "Stock" instead of "Quarantine", 
This seems a current behavior,
if we make destination of PO as "Quarantine" in this case, we will have following problem:
The procurement of your SO have a Reservation from Stock > Customers, which will be never available as we are not having any products in Stock which in turn break the procurement flow,

yes, in your case we will have products available at stock location because of chaining,
but its not to change the current behavior of trunk, as it requires and extra configuration of chaining,
What you can do it to make it work is, remove chaining from Quarantine > Stock (as its none of use because our PO already takes products to "Stock"), or set proper parent/child relation between Quarantine and Stock,

Thanks for your understanding,

** Changed in: openobject-addons/trunk
       Status: Confirmed => Invalid

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

Title:
  mrp scheduler - input location isn't honoured

Status in OpenERP Modules (addons):
  Invalid
Status in OpenERP Addons 5.0 series:
  Confirmed
Status in OpenERP Addons trunk series:
  Invalid

Bug description:
  I'm using v5.0.15

  I have changed the default location input of my warehouse, so now it
  is not the stock location.

  The MRP scheduler fires once a day and creates the needed purchase
  orders to satisfy my sales.

  However, all the created purchase orders have the destination location
  set as stock instead of my default input location. Probably the stock
  location is hardcoded somewhere in the code, but it should use the
  default input location of the warehouse.



References