← Back to team overview

openerp-india team mailing list archive

[Bug 938728] Re: invoice line unit price

 

Hello Fabrice Actergal,

It has been fixed into the lp:~openerp-dev/openobject-
addons/6.0-opw-383843-skh branch, with

Revision ID: skh@xxxxxxxxxxx-20120223105842-rdj3mb5vh87crri0
Revision Number:5090

This branch is under the review of Experts and will be merge soon into
the lp:openobject-addons/6.0 branch,

Thanks.

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

-- 
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):
  Fix Committed

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