Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
9341 Lượt xem

Hello, how can I add custom font in my report. It doesn't change my font when I generate a pdf report.


@font-face {
font-family: 'CourierPrime-Regular';
src: local('CourierPrime-Regular'), local('CourierPrime-Regular'),
  url('/sales_invoice_report/static/src/fonts/CourierPrime-Regular.ttf') format('truetype');
 }


<?xml version="1.0" encoding="utf-8"?>
<odoo>
	<data>
		<template id="centaur_invoice_template" name="centaur_invoice" inherit_id="web.report_assets_pdf">
			<xpath expr="." position="inside">
				<link rel="stylesheet" href="/sales_invoice_report/static/src/css/sales_invoice.css" type="text/css"/>
			</xpath>
		</template>
	</data>
</odoo>
Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Did you see this answer to "Can I use a custom font in an Odoo report? Like a cursive one?"

https://www.odoo.com/forum/help-1/can-i-use-a-custom-font-in-an-odoo-report-like-a-cursive-one-184064#answer-184069

 

Ảnh đại diện
Huỷ bỏ

Wow, thanks for this. I don't have enough karma so I upvote your answer.

Câu trả lời hay nhất

You can check this module that helps! https://apps.odoo.com/apps/modules/15.0/advanced_report_templates/

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 3 21
4009
0
thg 4 22
2146
0
thg 3 22
3536
2
thg 5 23
4965
2
thg 1 23
12066