← Back to team overview

openerp-india team mailing list archive

[Bug 938728] Re: invoice line unit price

 

** Changed in: openobject-addons
       Status: Confirmed => In Progress

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

Title:
  invoice line unit price

Status in OpenERP Addons (modules):
  In Progress

Bug description:
  Create a new DB and install on it the "account" module.
  Create a product and set its UOM to "tonne" and its cost price to 100.

  Then create an supplier invoice. Add a line with the previously created product and set the UOM to "tonne".
  The unit price of the line will not be correct.

  It seems the product_id_change method does not take into account the uoms factor.
  It also appears that product_id_change is called twice and influence its previous result.

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


References