Fall 4576: Dokumentenvorlagen - Rechnung, Google Fonts hinzugefügt.

develop
Roman Widmann 2018-01-31 14:05:40 +01:00
parent 5dd53890c9
commit df40cb5406
2 changed files with 13 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<template id="report_assets_common" inherit_id="web.report_assets_common">
<xpath expr="." position="inside">
<link rel="stylesheet" type="text/less" href="/dp_reports/static/src/less/report_backend.less"/>
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,700" rel="stylesheet"/>
</xpath>
</template>
@ -30,7 +31,7 @@
<!-- Report Header Full -->
<template id="external_layout_header">
<div class="header" style="font-size:10pt;">
<div class="header">
<div class="row">
<div class="col-xs-7">
<img t-if="company.logo" t-att-src="'data:image/png;base64,%s' % company.logo.decode()"

View File

@ -5,3 +5,14 @@
td.noborder, td.noborder{
border: 0;
}
body.container {
font-size:10pt;
font-family: 'Raleway';
}
.header {
font-size:10pt;
font-family: 'Raleway';
}