c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14877
[Bug 708434] Re: Couldn't Invoice Available Products in the Sale Order If It Has Not Available Products
** Branch linked: lp:~openerp-commiter/openobject-addons/trunk-addons-
aag
--
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):
Fix Committed
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.