[MERGE] forward port of branch 8.0 up to 491372e
[odoo/odoo.git] / addons / report / static / src / js / qwebactionmanager.js
index 9a9b540..d285e4a 100644 (file)
@@ -68,7 +68,7 @@ openerp.report = function(instance) {
                 var c = openerp.webclient.crashmanager;
 
                 if (action.report_type == 'qweb-html') {
-                    window.open(report_url, '_blank', 'height=900,width=1280');
+                    window.open(report_url, '_blank', 'scrollbars=1,height=900,width=1280');
                     instance.web.unblockUI();
                 } else if (action.report_type === 'qweb-pdf') {
                     // Trigger the download of the pdf/controller report