İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
10083 Görünümler

 I have create a custom module and I want to change the font of some reports .

What are the files that I should be amended ..??

I use Odoo 10

Avatar
Vazgeç
En İyi Yanıt
Here is example of how you use custom font in your QWEB Reports.
<template id="report_product_image"> 
<t t-call="report.html_container">
<t t-foreach="docs" t-as="o">
<div class="page">
<style type="text/css">
         <![CDATA[/* United */
         @font-face { font-family: ';Comic Sans';
          font-style: heavy;
          font-weight: 300;
          src: local('United'), url(/home/emipro/Desktop/Tejas/comic-sans.otf) format('opentype');
        } 
        ]]>
        </style>
Avatar
Vazgeç
En İyi Yanıt

style="font-family: yourfont;"

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
7
Nis 18
9671
4
Eki 20
8698
3
Şub 24
10168
1
Kas 23
2647
1
Haz 23
3444