← Back to team overview

openerp-india team mailing list archive

[Bug 1097769] Re: [trunk/7.0]Quotation change quantity

 

Hi Dušan,

This problem comes due to product_id_change and qty_change called
simultaneously, So whenever the qty_change will call it will
automatically call the product_id_change (on_change orm method) and then
it will reset the price.

As per my point of view this is a good suggestion and We need to
imporove this that's why I am considering this as a "Wishlist". We will
consider this for future roadmaps.

Thanks for the reporting!

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

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1097769

Title:
  [trunk/7.0]Sale order/Purchase Order change quantity after changed the
  price once.

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  OpenERP v7.0 Purchase - Quotations

  Scenario:

  Create new quotation and add the product with quantity 10. Change product unit price  from 10 (defined on the product form)
  to 20. Save.
  Open quotation and change quantity . OpenERP will change unit price back to 10.

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


References