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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
<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>
style="font-family: yourfont;"
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
7
Apr 18
|
9132 | ||
|
4
Oct 20
|
7628 | ||
|
3
Feb 24
|
9284 | ||
|
1
Nov 23
|
1620 | ||
|
1
Jun 23
|
2644 |