c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23188
[Bug 770938] Re: product_pricelist_fixed_price: price calculation in SO includes "old" price
Fixed with
http://bazaar.launchpad.net/~openerp-commiter/openobject-addons/extra-6.0/revision/5427
and
http://bazaar.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons/revision/5324
** Changed in: openobject-addons
Status: Confirmed => Fix Committed
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
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/770938
Title:
product_pricelist_fixed_price: price calculation in SO includes "old"
price
Status in OpenERP Modules (addons):
Fix Released
Bug description:
we installed product_pricelist_fixed_price. When I change an existing
pricelist item from e.g. based on 'public price' to 'fixed price',
price caculcation in SO gets mismatched.
Example:
existing pricelist item
based on = 'partner section of the product form' (= 0,00), surchage = 7,52
changed to
based on = 'fixed price' and fix price = 10,00
create a new SO, unit price calulated = 17,52! (instead of 10,00)
To solve this you first have to set the surchage to 0,00, save
pricelist item, save pricelist version, save pricelist. Afterwards you
can change based on to 'fixed price' and enter the right value - now
the unit price in SO gets calculated correctly.
References