c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15524
[Bug 715682] [NEW] Prices are not correctly returned by price_get_multi method from product\pricelist.py
Public bug reported:
The problem is on the line: (tmpl_id, product_id, plversion_ids[0],
qty))
The code returns for all the pricelist versions the price from the first
pricelist version.
To correct the error you must modify the line like this:(tmpl_id,
product_id, pricelist_id, qty))
** Affects: openobject-server
Importance: Undecided
Status: New
** Tags: pricelist
** Description changed:
- The problem is the on line: (tmpl_id, product_id, plversion_ids[0],
+ The problem is on the line: (tmpl_id, product_id, plversion_ids[0],
qty))
The code returns for all the pricelist versions the price from the first
pricelist version.
To correct the error you must modify the line like this:(tmpl_id,
product_id, pricelist_id, qty))
--
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/715682
Title:
Prices are not correctly returned by price_get_multi method from
product\pricelist.py
Status in OpenERP Server:
New
Bug description:
The problem is on the line: (tmpl_id, product_id, plversion_ids[0],
qty))
The code returns for all the pricelist versions the price from the
first pricelist version.
To correct the error you must modify the line like this:(tmpl_id,
product_id, pricelist_id, qty))
Follow ups
References