Rohan Nayani(openerp) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-728092-ron into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
#728092 Purchase Order price calculation wrong
https://bugs.launchpad.net/bugs/728092
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-728092-ron/+merge/52407
trunk-bug-728092
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-728092-ron/+merge/52407
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-728092-ron.
=== modified file 'product/pricelist.py'
--- product/pricelist.py 2011-02-15 10:55:46 +0000
+++ product/pricelist.py 2011-03-07 12:58:02 +0000
@@ -259,6 +259,7 @@
price = res2['price']
else:
price_type = price_type_obj.browse(cr, uid, int(res['base']))
+ uom_price_already_computed = True
price = currency_obj.compute(cr, uid,
price_type.currency_id.id, res['currency_id'],
product_obj.price_get(cr, uid, [product_id],
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-web
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-web
More help : https://help.launchpad.net/ListHelp