From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/web/data/report_layout.xml | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 addons/web/data/report_layout.xml (limited to 'addons/web/data/report_layout.xml') diff --git a/addons/web/data/report_layout.xml b/addons/web/data/report_layout.xml new file mode 100644 index 00000000..92007882 --- /dev/null +++ b/addons/web/data/report_layout.xml @@ -0,0 +1,45 @@ + + + + + + Background + 5 + + /web/static/img/preview_background.png + /web/static/pdf/preview_background.pdf + + + + Light + 2 + + /web/static/img/preview_standard.png + /web/static/pdf/preview_standard.pdf + + + + Boxed + 3 + + /web/static/img/preview_boxed.png + /web/static/pdf/preview_boxed.pdf + + + Clean + 4 + + /web/static/img/preview_clean.png + /web/static/pdf/preview_clean.pdf + + + + + text/scss + res.company.scss + binary + /web/static/src/scss/asset_styles_company_report.scss + + + + -- cgit v1.2.3