← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 708434] Re: Couldn't Invoice Available Products in the Sale Order If It Has Not Available Products

 

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  Couldn't Invoice Available Products in the Sale Order If It Has Not
  Available Products

Status in OpenERP Modules (addons):
  New

Bug description:
  If you create a sale order with partial picking in picking policy,
  invoice from the picking in shipping policy and shipped quantities in
  invoice on and order lines with available and not available products,
  then you cannot create an invoice in the available products from the
  picking because of the not available products. The delivery orders
  packing must separate the available products and the not available
  products so that the available products can be invoiced.

  I found out that if you set 0 stock from the picking wizard of the not
  available products, then the delivery can be split and you can invoice
  now from the available products.

  I also attached here the patch in resolving this issue by zeroing out
  the not available products from the picking wizard. I changed the
  stock_partial_move.py and stock_partial_picking.py in the stock/wizard
  folder.