Merge lp:~unifield-team/unifield-server/us-2211 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 4384
Proposed branch: lp:~unifield-team/unifield-server/us-2211
Merge into: lp:unifield-server
Diff against target: 12 lines (+1/-1)
1 file modified
bin/addons/stock_override/report/report_stock_move.py (+1/-1)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/us-2211
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+320382@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/addons/stock_override/report/report_stock_move.py'
2--- bin/addons/stock_override/report/report_stock_move.py 2016-08-18 08:32:03 +0000
3+++ bin/addons/stock_override/report/report_stock_move.py 2017-03-20 15:35:32 +0000
4@@ -357,7 +357,7 @@
5 if isinstance(ids, (int, long)):
6 ids = [ids]
7
8- loc_usage = ['supplier', 'customer', 'internal']
9+ loc_usage = ['supplier', 'customer', 'internal', 'inventory', 'procurement', 'production']
10 for report in self.browse(cr, uid, ids, context=context):
11 domain = [
12 ('location_id.usage', 'in', loc_usage),

Subscribers

People subscribed via source and target branches

to all changes: