Merge lp:~dorian-kemps/unifield-web/UW-5360 into lp:unifield-web

Proposed by jftempo
Status: Merged
Merged at revision: 4945
Proposed branch: lp:~dorian-kemps/unifield-web/UW-5360
Merge into: lp:unifield-web
Diff against target: 12 lines (+1/-1)
1 file modified
addons/openerp/controllers/templates/downloadbg.mako (+1/-1)
To merge this branch: bzr merge lp:~dorian-kemps/unifield-web/UW-5360
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+359596@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/templates/downloadbg.mako'
2--- addons/openerp/controllers/templates/downloadbg.mako 2016-10-10 14:37:06 +0000
3+++ addons/openerp/controllers/templates/downloadbg.mako 2018-11-27 08:12:58 +0000
4@@ -91,7 +91,7 @@
5 %if total == 'True':
6 <div>
7 <input type="button" value="Download report"
8- onclick="window.open('/openerp/downloadbg?res_id=${res_id}&from_button=1', '_blank'); window.frameElement.close()" />
9+ onclick="setTimeout(function(){window.close();}, 1000); window.open('/openerp/downloadbg?res_id=${res_id}&from_button=1', '_blank'); window.frameElement.close()" />
10 </div>
11 %endif
12 </div>

Subscribers

People subscribed via source and target branches