← Back to team overview

openerp-india team mailing list archive

[Bug 1033731] Re: JIT does not work with PHANTOM, make_to_order + produce

 

Hello Kyle,

Sorry,I forget to set the type as phantom.Now it's procurable with your scenario.
It should be available without using check availability.

So I am assign it to respective team.

Thanks for post..!!!

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
       Status: Incomplete => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1033731

Title:
  JIT does not work with PHANTOM, make_to_order + produce

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  delivery order state is waiting availability when it should be
  available. The JIT module or running the scheduler should make the
  delivery order available but it does not. The item only becomes
  available when you "check availability".

  To reproduce
  Install JIT Module, or Run MRP scheduler after order confirmation if not installed

  Create 1 product that is make to order, produce, stockable product. Have quantity=0 Product A
  Create 1 component product that is make to stock, buy, stockable product. Add quantity 100 to this product Product B
  Create 1 bill of materials, type phantom. The bill is based on Product A. Product B is the component. Quantity 1

  Create 1 order for Product A. When you confirm the order, the state of
  the product is exception, but under procurement exceptions it says
  "From Stock: Products Assigned".

  The delivery order state is Waiting Availability.
  Run MRP Scheduler. Delivery order state is still Waiting Availability

  The only way to properly have the delivery order in available state is
  to click "Check Availability" on the delivery order form.

  We believe that with JIT installed, when the order is confirmed it should automatically make the delivery order available if the components are in stock and available.
  Without JIT installed, the order should become available upon running of the scheduler. Or in all cases, the order should be available for delivery upon running the scheduler.

  Please confirm the error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1033731/+subscriptions


References