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
1=== modified file 'stock/stock.py'
2--- stock/stock.py 2012-08-29 09:48:28 +0000
3+++ stock/stock.py 2012-09-03 10:19:24 +0000
4@@ -1232,7 +1232,7 @@
5
6 if qty > 0:
7 new_price = currency_obj.compute(cr, uid, product_currency,
8- move_currency_id, product_price)
9+ move_currency_id, product_price, round=False)
10 new_price = uom_obj._compute_price(cr, uid, product_uom, new_price,
11 product.uom_id.id)
12 if product.qty_available <= 0:

Subscribers

People subscribed via source and target branches

to all changes: