diff --git a/addons/report/controllers/main.py b/addons/report/controllers/main.py index bd5b41d9a9d..52a949c0bd2 100644 --- a/addons/report/controllers/main.py +++ b/addons/report/controllers/main.py @@ -134,6 +134,7 @@ class Report(http.Controller): # Get some css and script in order to build a minimal html page for the report. # This page will later be sent to wkhtmltopdf. css = self._get_url_content('/report/static/src/css/reset.min.css') + css += self._get_url_content('/web/static/lib/bootstrap/css/bootstrap.css') css += self._get_url_content('/website/static/src/css/website.css') subst = self._get_url_content('/report/static/src/js/subst.js') @@ -144,7 +145,6 @@ class Report(http.Controller): - diff --git a/addons/report/views/layouts.xml b/addons/report/views/layouts.xml index bff67a9051a..45e6526cf94 100644 --- a/addons/report/views/layouts.xml +++ b/addons/report/views/layouts.xml @@ -24,7 +24,7 @@ - +