Merge lp:~openerp-dev/openobject-addons/trunk-bug-922947-mma into lp:openobject-addons

Proposed by Mayur Maheshwari(OpenERP)
Status: Work in progress
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-922947-mma
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
stock/stock.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-922947-mma
Reviewer Review Type Date Requested Status
Rucha (Open ERP) (community) Approve
Review via email: mp+92938@code.launchpad.net

Description of the change

Hello,

        stock: I have set a round false in new price

Thanks
mma

To post a comment you must log in.
6568. By Graeme Gellatly

[FIX]stock: set a round false in new price

Revision history for this message
Rucha (Open ERP) (rpa-openerp) wrote :

seems working fine,
thanks!

review: Approve
6569. By Mayur Maheshwari(OpenERP)

[MERGE]: Merge with lp:openobject-addons

Unmerged revisions

6569. By Mayur Maheshwari(OpenERP)

[MERGE]: Merge with lp:openobject-addons

6568. By Graeme Gellatly

[FIX]stock: set a round false in new price

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'stock/stock.py'
--- stock/stock.py 2012-08-29 09:48:28 +0000
+++ stock/stock.py 2012-09-03 10:19:24 +0000
@@ -1232,7 +1232,7 @@
12321232
1233 if qty > 0:1233 if qty > 0:
1234 new_price = currency_obj.compute(cr, uid, product_currency,1234 new_price = currency_obj.compute(cr, uid, product_currency,
1235 move_currency_id, product_price)1235 move_currency_id, product_price, round=False)
1236 new_price = uom_obj._compute_price(cr, uid, product_uom, new_price,1236 new_price = uom_obj._compute_price(cr, uid, product_uom, new_price,
1237 product.uom_id.id)1237 product.uom_id.id)
1238 if product.qty_available <= 0:1238 if product.qty_available <= 0:

Subscribers

People subscribed via source and target branches

to all changes: