← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 697502] Re: [sale][trunk]changing pricelist does not change prices in sale order

 

setting the pricelist change the future lines that will be created, not
the ones already created.

I think it's normal, otherwise, once we change a pricelist he should
change all quotations (even those you already printed for customers),
which is not the effect you want. The side effect would be too critical,
click to change a pricelist and you loose all your prices. A drawback
would be to add a button to recompute all prices but this should be made
in a separate module.

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

-- 
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/697502

Title:
  [sale][trunk]changing pricelist does not change prices in sale order

Status in OpenObject Addons Modules:
  Invalid

Bug description:
  Scenario. Same quote to 2 customers on different pricelists.

Create 2 pricelists A & B
Create quote and save at price A.
Duplicate quote and change pricelist to B.  
Price does not change.

Next Scenario. Customer phones and wants better price
Use existing quote A and change pricelist to B.
Price does not change.

Next scenario. I just typed out a big order, then realised I used wrong pricelist, change pricelist, but price does not change.

However if I go in to each order line and trigger on_change in those fields price updates.

Latest revisions as of yesterday.  Seems like an on-change function is required for the pricelist field.





References