Merge lp:~unifield-team/unifield-web/us-661 into lp:unifield-web

Proposed by jftempo
Status: Merged
Merged at revision: 4776
Proposed branch: lp:~unifield-team/unifield-web/us-661
Merge into: lp:unifield-web
Diff against target: 12 lines (+1/-1)
1 file modified
addons/openerp/controllers/actions.py (+1/-1)
To merge this branch: bzr merge lp:~unifield-team/unifield-web/us-661
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+283056@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 'addons/openerp/controllers/actions.py'
2--- addons/openerp/controllers/actions.py 2015-05-28 10:07:02 +0000
3+++ addons/openerp/controllers/actions.py 2016-01-19 10:03:04 +0000
4@@ -189,7 +189,7 @@
5 if datas.get('force_attach'):
6 attachment = 'attachment;'
7 if background_id:
8- bg_report = rpc.session.execute('object', 'execute', 'memory.background.report', 'write', [background_id], {'report_id': background_id, 'report_name': report_name})
9+ bg_report = rpc.session.execute('object', 'execute', 'memory.background.report', 'write', [background_id], {'report_id': report_id, 'report_name': report_name})
10
11
12 while not state:

Subscribers

People subscribed via source and target branches

to all changes: