← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 633545] Re: [6.0][stock] return picking create move line even if qty is zero!

 

I also prefer this solution, but we had several requests from customers
that said it's very important that picking have the same lines than in
the sale order, even if the quantities are not the same for the
matching. (it was also related to an EDI synchro with SAP) Does anyone
had the same requests ? If nobody had the same request, we can simplify
as proposed by raphael.

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

-- 
[6.0][stock] return picking create move line even if qty is zero!
https://bugs.launchpad.net/bugs/633545
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.

Status in OpenObject Addons Modules: Confirmed

Bug description:
Hello

using addons #4897 + fresh demo database + stock module.

Create a new sale order with 2 lines: 1 PC1 and 1 ATX.
Then validate the related expedition picking.
Now on the picking screen, return the picking using the 'return picking' wizard.
return 1 PC1 and 0 ATX
validate the return.

If you go to the related return picking you'll see that it contains a move line for the 0 ATX !!
Worse, if you create an invoice upon that picking the invoice will have a line with 0 ATX and price = 0.

I think that when the returned quantity is 0, the return picking should have no related move with 0 as the quantity.
Thoughts?