c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #11129
[Bug 697734] Re: [v6] Unit Price on Sales Order Line Doesn't Reprice when Pricelist is changed
We have added a module called sale_pricelist_re-calculation in trunk
extra addons.
You may get the module from there and start functioning.
Thank you for bringing this into notice.
** Changed in: openobject-addons
Status: New => 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/697734
Title:
[v6] Unit Price on Sales Order Line Doesn't Reprice when Pricelist is changed
Status in OpenObject Addons Modules:
Fix Released
Bug description:
OpenERP 6 Server
OpenERP 6 RC1 GTK Client
Platform: Windows
Steps to reproduce issue:
Setup 2 pricelists. Reseller 15 (15% off of public pricelist), Reseller 30 (30% off of public pricelist).
Assign a customer to the Reseller 15 pricelist.
Create a new sales order.
Select the customer (Reseller 15 pricelist is populated with the on_change)
Select a product from the sales order line. (e.g. Test Product I) Retail Sales Price $100
Product is Priced properly with a Unit Price of $85.
Save the order in Quotation State.
Change the Pricelist to Reseller 30.
Click the Compute Button.
The Unit Price does not recompute to $70, and remains at $85
Expected result:
Upon Clicking the Compute Button the unit price of each sales order line should reprice according to the Pricelist selected on the Sales Order tab. It should be $70.
References