Merge lp:~openerp-dev/openobject-addons/trunk-bug-1184853-Chandni into lp:openobject-addons

Proposed by Chandni Machchhar(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1184853-Chandni
Merge into: lp:openobject-addons
Diff against target: 17 lines (+2/-2)
1 file modified
stock/report/report_stock_move.py (+2/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1184853-Chandni
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+167759@code.launchpad.net

Description of the change

Hello,

 I have set Reception Analysis correct price for receptions.

Thanks,
Chandni.

To post a comment you must log in.

Unmerged revisions

8753. By Chandni Machchhar(OpenERP)

[FIX] Reception Analysis wrong price for receptions.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/report/report_stock_move.py'
2--- stock/report/report_stock_move.py 2013-04-15 10:23:49 +0000
3+++ stock/report/report_stock_move.py 2013-06-06 13:44:28 +0000
4@@ -94,11 +94,11 @@
5 ELSE 0.0
6 END AS in_qty,
7 CASE WHEN sp.type in ('out') THEN
8- sum(sm.product_qty * pu.factor / pu2.factor) * pt.standard_price
9+ sum(sm.product_qty * pu.factor / pu2.factor) * sm.price_unit
10 ELSE 0.0
11 END AS out_value,
12 CASE WHEN sp.type in ('in') THEN
13- sum(sm.product_qty * pu.factor / pu2.factor) * pt.standard_price
14+ sum(sm.product_qty * pu.factor / pu2.factor) * sm.price_unit
15 ELSE 0.0
16 END AS in_value,
17 min(sm.id) as sm_id,

Subscribers

People subscribed via source and target branches

to all changes: