← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 646710] Re: [5.0][stock] Partial picking wizard without purchase_id cannot obtain the currency

 

Hello Omar,

Our R&D Teams are focused on the latest OpenERP version, and this issue does not affect it.
Our policy is to keep the changes applied on stable branches to a minimum, in order to limit the regression risks for customers that are in production. This means that bugs reported on Launchpad are fixed in the trunk branch only by default, even if they were reported against other stable versions.
We stand of course ready to backport the change to stable releases if it has an impact on any customer. In this case please report it to our maintenance team via the OpenERP Publisher's Warranty. They will quickly help solve the issue and backport the fix if needed.
Thank you for your understanding!

** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
[5.0][stock] Partial picking wizard without purchase_id cannot obtain the currency
https://bugs.launchpad.net/bugs/646710
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Won't Fix

Bug description:
Hi,

I'm developing a merge_picking module, then, when for example, I merge two purchase pickings, they lose the directly reference to purchase_id, but lines don't lose his reference to purchase line. Therefore when you execute the partial picking it shows all lines with his price get it from purchase_line but it doesn't show the currency, because it gets the currency by default from picking's purchase and purchase's pricelist. 

I think that, it always should get currency from purchase_line like the price: move_line.purchase_id.pricelist_id.currency_id.id

I include the improvement.