c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14371
[Bug 709275] [NEW] context not transmitted in price_get function call
Public bug reported:
Hi Tiny Team!
This may be not a bug, but, I think,it's just a forget. In fact in product/pricelist.py (line: 264) the context is not transmitted in
product_obj.price_get function:
product_obj.price_get(cr, uid, [product_id],
price_type.field)[product_id]
So the context values are inaccessible in new overwriten price_get
function.
I hope the context will be transmitted in futur updates.
Thank you in advance
Samir RACHEDI
www.smile.fr
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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/709275
Title:
context not transmitted in price_get function call
Status in OpenERP Modules (addons):
New
Bug description:
Hi Tiny Team!
This may be not a bug, but, I think,it's just a forget. In fact in product/pricelist.py (line: 264) the context is not transmitted in
product_obj.price_get function:
product_obj.price_get(cr, uid, [product_id],
price_type.field)[product_id]
So the context values are inaccessible in new overwriten price_get
function.
I hope the context will be transmitted in futur updates.
Thank you in advance
Samir RACHEDI
www.smile.fr
Follow ups
References