c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24035
[Bug 749976] Re: Wrong Unit Price Computed When UoM is Changed in the Sale Order of OpenERP 6.0.2
*** This bug is a duplicate of bug 728092 ***
https://bugs.launchpad.net/bugs/728092
Hello Guys,
There is a update here that the bug has already been fixed by revision
http://bazaar.launchpad.net/~openerp/openobject-
addons/6.0/revision/4538#product/pricelist.py due to the red-eye of the
bug https://bugs.launchpad.net/openobject-addons/+bug/728092.
Hence, I would opt to set this bug as the duplicate of
https://bugs.launchpad.net/openobject-addons/+bug/728092.
Have an update of the code or a wait for version 6.0.3 will be worth.
Thanks for your participation and discussion here,it really helps.
** This bug has been marked a duplicate of bug 728092
Purchase Order price calculation wrong
* You can subscribe to bug 728092 by following this link: https://bugs.launchpad.net/openobject-addons/+bug/728092/+subscribe
--
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/749976
Title:
Wrong Unit Price Computed When UoM is Changed in the Sale Order of
OpenERP 6.0.2
Status in OpenERP Modules (addons):
Confirmed
Bug description:
I'm testing the OpenERP 6.0.2 with the demo data.
I just encountered a problem regarding the wrong unit price in the sale order if the UoM is changed.
For example,
UNITS OF MEASURE:
PCE: with ratio = 1
PACK: bigger than the reference with ratio 10
PART: smaller than the reference with ratio 2
SALE ORDER:
product: HDD1
qty: 1
UoM: PCE
price unit: 50
if I change the UoM to PACK
then the price unit is 5000.
(WRONG! The correct price unit is 500 only)
if I change the UoM to PART
the the price unit is 12.50.
(WRONG! The correct price unit is 25)