← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 816821] Re: in sale order if i edit a line the price is reset

 

Hi this is just normal behaviour.  The reasoning is quite complex, but
all pricing in OpenERP is dependent on a number of factors such as qty,
unit of measure, pricelist, product.  So when any of these factors
change (or the line is reopened) the price is relooked up via an
onchange function, and then your changes are lost.  To be honest this is
the least annoying of situations.  The best way to workaround is to use
a discount percentage instead of a fixed price, and then it won't change
when you edit the line.

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

Title:
  in sale order if i edit a line the price is reset

Status in OpenERP Modules (addons):
  New

Bug description:
  do a fresh installation, install sale module. create a new product,
  create a new sale order, create a new line and select the product,
  change his price. now save the line, save the order and return to the
  orders list. open in edit mode the order, open in edit mode the line.
  now the problem, my custom price is lost and reset to the public price

  openerp 6.02
  ubuntu lucid 64

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/816821/+subscriptions


References