Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
6597 Tampilan

I'm trying to customize the external layout xml for document reports (especially Sales Order/Invoice).

The report rendering in Studio (html) works fine but the rendering doesn't work for PDF documents.

How can I enable bootstrap for PDF documents?


Avatar
Buang
Jawaban Terbai

Hi,

With odoo 12, they use bootstrap 4. therefore you need to use bootstrap 4 class for your layout developments. some class on bootstrap 3, not working with version 04. because of that you have to use bootstrap 4 with odoo 12.  

Avatar
Buang
Jawaban Terbai

Yoy can use bootstrap classes in pdf documents if they don't depend on Bootstrap media queries (@media). For example, class="col-4" works, while class="col-md-4" does not. If class="col-4" does not work for example, set the following parameter system report.url = "localhost:8069" being localhost:8069 the url of your server.


Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Sep 21
2288
1
Mei 18
3454
2
Jan 17
6625
3
Mar 15
7364
2
Okt 24
2072